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:
9:9734347b5756
Parent:
8:78b1ff957cba
Child:
32:83a13b06093c
--- a/motors.h	Sat Feb 22 02:23:21 2014 +0000
+++ b/motors.h	Sat Feb 22 03:03:37 2014 +0000
@@ -1,4 +1,4 @@
 #pragma once
 
-void motors_init();
-void motors_speed_set(int16_t motor1_speed, int16_t motor2_speed);
+void motorsInit();
+void motorsSpeedSet(int16_t motorLeftSpeed, int16_t motorRightSpeed);