MCPcopy Create free account
hub / github.com/LowPowerLab/RFM69 / SerialPrint_P

Function SerialPrint_P

RFM69.cpp:674–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674void SerialPrint_P(PGM_P str, void (*f)(uint8_t) = SerialWrite ) {
675 for (uint8_t c; (c = pgm_read_byte(str)); str++) (*f)(c);
676}
677#endif
678
679void RFM69::readAllRegs() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected