Utilities classes for the Zumo Robot

Dependents:   ZumoRobotBluetoothControlled Fsl_Zumo

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

Revision:
1:c6dfa91582fe
Parent:
0:8ebbd2bd34f5
Child:
2:036da44b023e
diff -r 8ebbd2bd34f5 -r c6dfa91582fe ZumoRobotManager.h
--- a/ZumoRobotManager.h	Mon Sep 15 09:08:49 2014 +0000
+++ b/ZumoRobotManager.h	Mon Oct 13 12:30:24 2014 +0000
@@ -9,9 +9,10 @@
     public:
         // Public methods and properties
         ZumoRobotManager();
+        ~ZumoRobotManager();
     private:
         // Private methods and properties
-        ~ZumoRobotManager();
+
 };
 
 #endif // ZumoRobotManagerH
\ No newline at end of file