Utilities classes for the Zumo Robot

Dependents:   ZumoRobotBluetoothControlled Fsl_Zumo

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

Revision:
0:8ebbd2bd34f5
Child:
1:c6dfa91582fe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ZumoRobotManager.h	Mon Sep 15 09:08:49 2014 +0000
@@ -0,0 +1,17 @@
+// Craciun Catalin
+//  ZumoRobotManager.h
+//   © 2014 Catalin Craciun
+
+#ifndef ZumoRobotManagerH
+#define ZumoRobotManagerH
+
+class ZumoRobotManager {
+    public:
+        // Public methods and properties
+        ZumoRobotManager();
+    private:
+        // Private methods and properties
+        ~ZumoRobotManager();
+};
+
+#endif // ZumoRobotManagerH
\ No newline at end of file