Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ SetDiagLed
Method
SetDiagLed
src/Platform/Platform.cpp:4063–4066 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4061
#endif
4062
4063
void Platform::SetDiagLed(bool on) const noexcept
4064
{
4065
digitalWrite(DiagPin, XNor(DiagOnPolarity, on));
4066
}
4067
4068
#if SUPPORT_MULTICAST_DISCOVERY
4069
Callers
1
UpdateLed
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected