MCPcopy Create free account
hub / github.com/PaulStoffregen/SerialFlash / pbuf

Function pbuf

SerialFlashDirectory.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117#if 0
118void pbuf(const void *buf, uint32_t len)
119{
120 const uint8_t *p = (const uint8_t *)buf;
121 do {
122 Serial.printf("%02X ", *p++);
123 } while (--len > 0);
124 Serial.println();
125}
126#endif
127
128SerialFlashFile SerialFlashChip::open(const char *filename)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected