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

enum Color
strong
Enumerator
Red 

Red

Blue 

Blue

Green 

Green

Magenta 

Magenta

Yellow 

Yellow

Cyan 

cyan

Undefined 

Undefined

enum Gpio
strong
Enumerator
UNUSED_VALUE 

UNUSED VALUE

GPI1 

GPI1

GPI2 

GPI2

GPI3 

GPI3

GPI4 

GPI4

GPI5 

GPI5

GPI6 

GPI6

GPI7 

GPI7

GPI8 

GPI8

BUTTON1 

BUTTON1

BUTTON2 

BUTTON2

BUTTON3 

BUTTON3

BUTTON4 

BUTTON4

BUTTON5 

BUTTON5

BUTTON6 

BUTTON6

BUTTON7 

BUTTON7

BUTTON8 

BUTTON8

POWER_BUTTON 

POWER_BUTTON

enum Type
strong
Enumerator
Battery_24V 

Battery working at 24V

Battery_12V 

Battery working at 12V