safety interlocking and a bunch of other fun stuff
This commit is contained in:
@@ -44,7 +44,7 @@ typedef enum {
|
||||
} fsm_state_t;
|
||||
|
||||
typedef enum {
|
||||
RELAY_NONE = 0,
|
||||
RELAY_SENSORS = 0,
|
||||
RELAY_C3,
|
||||
RELAY_B3,
|
||||
RELAY_A3,
|
||||
@@ -75,6 +75,9 @@ int64_t fsm_get_cal_t();
|
||||
int64_t fsm_get_cal_e();
|
||||
void fsm_request(fsm_cmd_t cmd);
|
||||
|
||||
esp_err_t fsm_get_error();
|
||||
void fsm_clear_error();
|
||||
|
||||
|
||||
float fsm_get_remaining_distance(void);
|
||||
void fsm_set_remaining_distance(float x);
|
||||
|
||||
Reference in New Issue
Block a user