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

Dependencies:   GeneralDebouncer Pacer PololuEncoder mbed

Fork of DeadReckoning by David Grayson

Revision:
44:edcacba44760
Parent:
37:23000a47ed2b
Child:
46:f11cb4f93aac
--- a/test.h	Tue Apr 14 01:56:59 2015 +0000
+++ b/test.h	Wed Apr 15 19:14:39 2015 +0000
@@ -13,4 +13,6 @@
 void __attribute__((noreturn)) testSensorGlitches();
 void __attribute__((noreturn)) testTurnInPlace();
 void __attribute__((noreturn)) testCloseness();
-void __attribute__((noreturn)) testLogger();
\ No newline at end of file
+void __attribute__((noreturn)) testLogger();
+void __attribute__((noreturn)) testL3g();
+void __attribute__((noreturn)) testTurnSensor();
\ No newline at end of file