|
GPS Device
|
System module identifier definitions. More...

Go to the source code of this file.
Enumerations | |
| enum | MODULES_te { MODULES_CMD , MODULES_SSD1309 , MODULES_NEO6 , MODULES_IO , MODULES_BUTTON , MODULES_MENU , MODULES_SD , MODULES_DATALOG } |
| Identifies a subsystem for use in logging and CLI output. More... | |
System module identifier definitions.
This header defines the MODULES_te enumeration used to identify each subsystem in log messages and CLI output. The numeric value of each enumerator is used as an index into the modules_names array defined in modules.c.
When adding a new module, a new enumerator must be added here and a corresponding name string must be added to modules_names in modules.c.
Definition in file modules.h.