Enumerations | |
| enum | Motor_ctrl_t { MOTOR_STATUS_STOPPED, MOTOR_STATUS_CW, MOTOR_STATUS_CCW } |
| enum Motor_ctrl_t |
| MOTOR_STATUS_STOPPED | Motor stopped status. |
| MOTOR_STATUS_CW | Motor running CW. |
| MOTOR_STATUS_CCW | Motor running CCW. |
Definition at line 61 of file main.c.
00062 { 00063 MOTOR_STATUS_STOPPED, 00064 MOTOR_STATUS_CW, 00065 MOTOR_STATUS_CCW 00066 } Motor_ctrl_t;
1.4.7