Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
size_t hNibble(Print& p, byte val)
50
{
51
return p.write(val + (val<10 ?
'0'
:
'A'
-10));
52
}
53
54
55
size_t hByte(Print& p, byte val)
Callers
1
hByte
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected