get temperature and status of reaction wheel
This commit is contained in:
@ -18,6 +18,15 @@ enum PoolIds: lp_id_t {
|
||||
CLC_MODE
|
||||
};
|
||||
|
||||
enum States: uint8_t {
|
||||
ERROR,
|
||||
IDLE,
|
||||
COASTING,
|
||||
RUNNING_SPEED_STABLE,
|
||||
RUNNING_SPEED_CHANGING
|
||||
};
|
||||
|
||||
static const DeviceCommandId_t RESET_MCU = 1;
|
||||
static const DeviceCommandId_t GET_RW_STATUS = 4;
|
||||
static const DeviceCommandId_t SET_SPEED = 6;
|
||||
static const DeviceCommandId_t GET_TEMPERATURE = 8;
|
||||
|
Reference in New Issue
Block a user