Utilities classes for the Zumo Robot

Dependents:   ZumoRobotBluetoothControlled Fsl_Zumo

This library represents some useful code for controlling your Zumo Robot.

Revision:
4:dcd52a961392
Parent:
3:b1fde0759c94
Child:
7:d2af97b7cc94
--- a/ZumoRobotManager.h	Thu Nov 13 15:42:46 2014 +0000
+++ b/ZumoRobotManager.h	Thu Nov 27 16:08:05 2014 +0000
@@ -20,6 +20,7 @@
         // Private methods and properties
         float velocityX;
         float velocityY;
+        void updateMotors();
 };
 
 #endif // ZumoRobotManagerH
\ No newline at end of file