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

Function cliFunc_readLEDs

Output/USB/output_usb.c:1259–1264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257
1258
1259void cliFunc_readLEDs( char* args )
1260{
1261 print( NL );
1262 info_print("LED State: ");
1263 printInt8( USBKeys_LEDs );
1264}
1265
1266
1267void cliFunc_usbAddr( char* args )

Callers

nothing calls this directly

Calls 1

printInt8Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…