Code to run the microcontrollers on the R5 competition bot

Dependencies:   LineSensors mbed

Committer:
Hypna
Date:
Sat Sep 20 07:15:05 2014 +0000
Revision:
0:e60f22c1d573
Child:
1:fa6eb0c33b2f
Just getting things started

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Hypna 0:e60f22c1d573 1 #include "DriveController.h"
Hypna 0:e60f22c1d573 2
Hypna 0:e60f22c1d573 3 DriveController::void go()
Hypna 0:e60f22c1d573 4 {
Hypna 0:e60f22c1d573 5
Hypna 0:e60f22c1d573 6 }
Hypna 0:e60f22c1d573 7