MCPcopy Create free account
hub / github.com/BruceDevices/firmware / init_led

Function init_led

src/main.cpp:378–382  ·  view source on GitHub ↗

** Function: init_led ** Led initialisation *********************************************************************/

Source from the content-addressed store, hash-verified

376 ** Led initialisation
377 *********************************************************************/
378void init_led() {
379#ifdef HAS_RGB_LED
380 beginLed();
381#endif
382}
383
384/*********************************************************************
385 ** Function: startup_sound

Callers 1

setupFunction · 0.85

Calls 1

beginLedFunction · 0.85

Tested by

no test coverage detected