working example of final project code (in development)

Dependencies:   ContinuousServo TCS3472_I2C Tach mbed

Fork of ES202FinalProject by John Donnal

Revision:
2:f72b9dd19159
Parent:
0:ac6a1723d393
Child:
3:e33676098294
--- a/main.cpp	Fri Mar 02 16:56:19 2018 +0000
+++ b/main.cpp	Fri Mar 02 17:02:06 2018 +0000
@@ -2,6 +2,8 @@
 #include "ContinuousServo.h"
 #include "Tach.h"
 
+// Test change
+
 Serial pc(USBTX,USBRX);
 //servos
 ContinuousServo left(p23);