Utilities classes for the Zumo Robot
Dependents: ZumoRobotBluetoothControlled Fsl_Zumo
This library represents some useful code for controlling your Zumo Robot.
Diff: ZumoRobotManager.cpp
- Revision:
- 0:8ebbd2bd34f5
- Child:
- 2:036da44b023e
diff -r 000000000000 -r 8ebbd2bd34f5 ZumoRobotManager.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ZumoRobotManager.cpp Mon Sep 15 09:08:49 2014 +0000 @@ -0,0 +1,21 @@ +// Craciun Catalin +// ZumoRobotManager.cpp +// © 2014 Catalin Craciun + +#ifndef ZumoRobotManagerCpp +#define ZumoRobotManagerCpp + +#include "ZumoRobotManager.h" + +ZumoRobotManager::ZumoRobotManager() { + + // Initialising +} + +ZumoRobotManager::~ZumoRobotManager() { + + // Deinitialising + +} + +#endif // ZumoRobotManagerCpp \ No newline at end of file