GPS Device
Loading...
Searching...
No Matches
modules.h File Reference

System module identifier definitions. More...

This graph shows which files directly or indirectly include this file:

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...

Detailed Description

System module identifier definitions.

Author
github.com/Baksi675

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.

Version
0.1
Date
2026-01-28

Definition in file modules.h.