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

Function dumpDigitHex

src/ir_Pronto.hpp:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214static void dumpDigitHex(Print *aSerial, uint8_t number) {
215 aSerial->print(DigitToHex(number));
216}
217
218static void dumpNumberHex(Print *aSerial, uint16_t number) {
219 // Loop through all 4 nibbles

Callers 1

dumpNumberHexFunction · 0.85

Calls 1

DigitToHexFunction · 0.85

Tested by

no test coverage detected