Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seeed-Studio/Seeed_Arduino_CAN
/ printNibble
Method
printNibble
src/can-serial.cpp:548–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
546
}
547
548
void HexHelper::printNibble(INT8U b) {
549
Serial.print(b & 0x0F, HEX);
550
//dbgH(b & 0x0F);
551
}
552
553
554
INT8U HexHelper::parseNibble(INT8U hex) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected