Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
static void dumpDigitHex(Print *aSerial, uint8_t number) {
215
aSerial->print(DigitToHex(number));
216
}
217
218
static void dumpNumberHex(Print *aSerial, uint16_t number) {
219
// Loop through all 4 nibbles
Callers
1
dumpNumberHex
Function · 0.85
Calls
1
DigitToHex
Function · 0.85
Tested by
no test coverage detected