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

Dependencies:   GeneralDebouncer Pacer PololuEncoder mbed

Fork of DeadReckoning by David Grayson

Revision:
13:bba5b3abd13f
Parent:
12:835a4d24ae3b
Child:
16:8eaa5bc2bdb1
--- a/test.h	Sun Feb 23 22:23:34 2014 +0000
+++ b/test.h	Sun Feb 23 23:49:58 2014 +0000
@@ -6,4 +6,7 @@
 void __attribute__((noreturn)) testReckoner();
 
 
+
+// These are actually defined in main.h:
+
 void updateReckonerFromEncoders();
\ No newline at end of file