MCPcopy Create free account
hub / github.com/kiibohd/controller / cliFunc_led

Function cliFunc_led

Debug/cli/cli.c:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void cliFunc_led( char* args )
672{
673 CLILEDState ^= 1 << 1; // Toggle between 0 and 1
674 errorLED( CLILEDState ); // Enable/Disable error LED
675}
676
677void cliFunc_periodic( char* args )
678{

Callers

nothing calls this directly

Calls 1

errorLEDFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…