|
MCU
|
#include <DashboardInterface.h>

Public Attributes | |
| ControllerMode_e | dial_mode |
| ControllerMode_e | cur_dial_mode |
| TorqueLimit_e | torque_limit_mode |
| DashButtons_s | button |
| bool | ssok |
| bool | shutdown |
| bool | buzzer_state |
| bool | buzzer_cmd |
| uint8_t | LED [12] = {} |
Definition at line 55 of file DashboardInterface.h.
| DashButtons_s DashComponentInterface_s::button |
Definition at line 63 of file DashboardInterface.h.
| bool DashComponentInterface_s::buzzer_cmd |
Definition at line 69 of file DashboardInterface.h.
| bool DashComponentInterface_s::buzzer_state |
Definition at line 66 of file DashboardInterface.h.
| ControllerMode_e DashComponentInterface_s::cur_dial_mode |
Definition at line 60 of file DashboardInterface.h.
| ControllerMode_e DashComponentInterface_s::dial_mode |
Definition at line 59 of file DashboardInterface.h.
| uint8_t DashComponentInterface_s::LED[12] = {} |
Definition at line 72 of file DashboardInterface.h.
| bool DashComponentInterface_s::shutdown |
Definition at line 65 of file DashboardInterface.h.
| bool DashComponentInterface_s::ssok |
Definition at line 64 of file DashboardInterface.h.
| TorqueLimit_e DashComponentInterface_s::torque_limit_mode |
Definition at line 61 of file DashboardInterface.h.