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

Method ledOff

lib/HalTftDisplay/src/Board.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157extern void Board::ledOff()
158{
159 /* High active */
160 onBoardLedOut.write(LOW);
161}
162
163extern bool Board::isLedOn()
164{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected