MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / ledOff

Method ledOff

lib/HalLedMatrix/src/Board.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161extern void Board::ledOff()
162{
163 /* High active */
164 onBoardLedOut.write(LOW);
165}
166
167extern bool Board::isLedOn()
168{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected