Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
Classes | Namespaces | Enumerations
leds.h File Reference
#include "../config/config.h"
#include <stdint.h>
Include dependency graph for leds.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  modules::leds::LED
 A single LED. More...
 
class  modules::leds::LEDs
 The main LEDs API takes care of the whole set of LEDs. More...
 

Namespaces

 modules
 The modules namespace contains models of MMU's components.
 
 modules::leds
 The leds namespace provides all necessary facilities related to the logical model of the sets of LEDs on the MMU unit.
 

Enumerations

enum  modules::leds::Mode { off , on , modules::leds::blink0 , modules::leds::blink1 }
 
enum  modules::leds::Color { red = 0 , green = 1 }
 Enum of LEDs color - green or red.