David's line following code from the LVBots competition, 2015.

Dependencies:   GeneralDebouncer Pacer PololuEncoder mbed

Fork of DeadReckoning by David Grayson

Revision:
43:6cb32548c1b4
Parent:
42:ead542746cd2
Child:
44:edcacba44760
--- a/main.cpp	Tue Apr 14 01:50:39 2015 +0000
+++ b/main.cpp	Tue Apr 14 01:56:59 2015 +0000
@@ -200,7 +200,7 @@
 
 void updateMotorsToFollowLineFast()
 {
-    const int16_t drivingSpeed = 1000;
+    const int16_t drivingSpeed = 1100;
     const int32_t followLineStrength = drivingSpeed * 5 / 4;
     static int16_t lastPosition = 1000;