The STEAM Org Robotics Kit  v1
Public Member Functions | List of all members
Robot Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: