MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / hNibble

Function hNibble

libraries/AvrHeap/avrheap.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49size_t hNibble(Print& p, byte val)
50{
51 return p.write(val + (val<10 ? '0' : 'A'-10));
52}
53
54
55size_t hByte(Print& p, byte val)

Callers 1

hByteFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected