Enumerations
Collaboration diagram for Enumerations:
Enumerations | |
enum | Type { Battery_24V = 1, Battery_12V = 0 } |
battery working mode More... | |
enum | Gpio { UNUSED_VALUE = 0, GPI1 = 1, GPI2 = 2, GPI3 = 3, GPI4 = 4, GPI5 = 5, GPI6 = 6, GPI7 = 7, GPI8 = 8, BUTTON1 = 9, BUTTON2 = 10, BUTTON3 = 11, BUTTON4 = 12, BUTTON5 = 13, BUTTON6 = 14, BUTTON7 = 15, BUTTON8 = 16, POWER_BUTTON = 17 } |
enum | Color { Red = 1, Blue = 2, Green = 3, Magenta = 4, Yellow = 5, Cyan = 6, Undefined = 7 } |
Device Led color status More... | |
Detailed Description
List of enumerations available for configuration or MCU events
Enumeration Type Documentation
|
strong |
|
strong |
|
strong |