Files
CCU4-firmware/motor.h
2023-09-11 18:04:36 +02:00

4 lines
203 B
C

typedef enum {zero_current, std_current, freeOpen_current, freeClose_current} MotorCurrentType;
typedef enum {pulse_off, pulse_check0, pulse_check, pulse_before, pulse_running, pulse_after} MotorState;