David's dead reckoning code for the LVBots competition on March 6th. Uses the mbed LPC1768, DRV8835, QTR-3RC, and two DC motors with encoders.

Dependencies:   PololuEncoder Pacer mbed GeneralDebouncer

Revision:
43:0e985a58f174
Parent:
42:96671b71aac5
Child:
45:81dd782bc0b4
--- a/test.h	Sat Jul 27 20:58:46 2019 +0000
+++ b/test.h	Sat Jul 27 22:52:19 2019 +0000
@@ -13,8 +13,6 @@
 void __attribute__((noreturn)) testFinalSettleIn();
 void __attribute__((noreturn)) testCalibrate();
 void __attribute__((noreturn)) testLineFollowing();
-void __attribute__((noreturn)) testAnalog();
-void __attribute__((noreturn)) testSensorGlitches();
 void __attribute__((noreturn)) testTurnInPlace();
 void __attribute__((noreturn)) testCloseness();
 void __attribute__((noreturn)) testLogger();
\ No newline at end of file