MCPcopy Create free account
hub / github.com/avishorp/TM1637 / encodeDigit

Method encodeDigit

TM1637Display.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254uint8_t TM1637Display::encodeDigit(uint8_t digit)
255{
256 return digitToSegment[digit & 0x0f];
257}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected