10 #include "open_interface.h" short move_forward(oi_t *sensor, short cm)
Moves the robot forward.
short move_back(oi_t *sensor, short cm)
Moves the robot back.
void turn_left(oi_t *sensor, int degrees)
Turns the robot left.
void stopmoving()
Stops robot from moving.
iRobot Create Sensor Data
void turn_right(oi_t *sensor, int degrees)
Turns the robot right.