Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
extern void Board::ledOff()
162
{
163
/* High active */
164
onBoardLedOut.write(LOW);
165
}
166
167
extern bool Board::isLedOn()
168
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected