16 #define PIN_PWM_LEFT 2 17 #define PIN_PWM_RIGHT 3 18 #define PIN_PWM_TAIL 4 22 #define PIN_A_RIGHT 35 23 #define PIN_B_RIGHT 36 29 #define PIN_LEFT_RED 9 30 #define PIN_LEFT_GREEN 8 31 #define PIN_LEFT_BLUE 10 32 #define PIN_RIGHT_RED 22 33 #define PIN_RIGHT_GREEN 23 34 #define PIN_RIGHT_BLUE 21 67 void runRobotModel(
void);
74 void displayRobotState(
void);
81 void displayRCChannels(
void);
88 void updateRCChannels(
void);
121 static void _applyDeadZone(
int*,
int*,
int*);
RCController6CH rc_controller
volatile int wheel_speed_right
void updateController(void)
Header file for RCController6CH class
Header file for Motor class
volatile int wheel_speed_left
volatile int wheel_speed_tail
volatile double body_direction
volatile double body_speed
Header file for LED class