|
Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
|
Application-specific status subsystem. More...

Go to the source code of this file.
Classes | |
| struct | StatusSubsystem |
| StatusSubsystem() provides an object-like interface for communicating status to the user. More... | |
Typedefs | |
| typedef struct StatusSubsystem | StatusSubsystem |
| StatusSubsystem() provides an object-like interface for communicating status to the user. | |
Functions | |
| void | initializeStatusSubsystem (StatusSubsystem *pStatus) |
Application-specific status subsystem.
Applications may change how they choose to display status information. The default implementation here uses LEDs. You may swap out implementations as long as the "Required" methods and states are retained.
Definition in file status.h.
| void initializeStatusSubsystem | ( | StatusSubsystem * | pStatus | ) |
initializeStatusSubsystem() should be called once at startup to initialize the data structure and to put hardware into the proper state for communicating status.
| pStatus | pointer to the status subsystem |