5 #include "Ultrasonic.h"
21 Motor leftMotor, rightMotor;
This allows for control of a motor through a L298N module A great explainer on how the l298N module w...
Definition: Motor.h:12
The robot class has left and right motors and has front and back ultrasonic sensors.
Definition: Robot.h:11
void drive()
Update this method to change how the robot behaves.
Definition: Robot.cpp:8
Allows to interface with a standard ultrasonic sensor.
Definition: Ultrasonic.h:9