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