MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / sendPronto_P

Method sendPronto_P

src/ir_Pronto.hpp:180–185  ·  view source on GitHub ↗

standard pointer

Source from the content-addressed store, hash-verified

178
179//standard pointer
180void IRsend::sendPronto_P(const char *str, int_fast8_t aNumberOfRepeats) {
181 size_t len = strlen_P(str);
182 char work[len + 1];
183 strcpy_P(work, str);
184 sendPronto(work, aNumberOfRepeats);
185}
186#endif
187
188/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected