Utilities classes for the Zumo Robot

Dependents:   ZumoRobotBluetoothControlled Fsl_Zumo

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

Revision:
3:b1fde0759c94
Parent:
2:036da44b023e
Child:
4:dcd52a961392
--- a/ZumoRobotManager.h	Sun Nov 02 11:35:00 2014 +0000
+++ b/ZumoRobotManager.h	Thu Nov 13 15:42:46 2014 +0000
@@ -10,10 +10,12 @@
         // Public methods and properties
         ZumoRobotManager();
         ~ZumoRobotManager();
+        
         float getVelocityX();
         float getVelocityY();
         void setVelocityX(float newValue);
         void setVelocityY(float newValue);
+        bool checkPassword(char toCheck[]);
     private:
         // Private methods and properties
         float velocityX;