The STEAM Org Robotics Kit
v1
|
The robot class has left and right motors and has front and back ultrasonic sensors. More...
#include <Robot.h>
Public Member Functions | |
Robot (Motor &leftMotor, Motor &rightMotor, Ultrasonic &frontUltrasonic, Ultrasonic &backUltrasonic) | |
void | drive () |
Update this method to change how the robot behaves. | |
The robot class has left and right motors and has front and back ultrasonic sensors.
Update the Robot::drive() method to change how the robot behaves.