Utilities classes for the Zumo Robot

Dependents:   ZumoRobotBluetoothControlled Fsl_Zumo

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

ZumoRobotManager.h

Committer:
catalincraciun7
Date:
2014-09-15
Revision:
0:8ebbd2bd34f5
Child:
1:c6dfa91582fe

File content as of revision 0:8ebbd2bd34f5:

// 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