Controlor for Humanoid. Walking trajectory generator, sensor reflection etc.

Dependencies:   Adafruit-PWM-Servo-Driver MPU6050 RS300 mbed

Motion/Motion.h

Committer:
syundo0730
Date:
2013-09-06
Revision:
22:bf5aa20b9df0
Parent:
20:abb7852df747

File content as of revision 22:bf5aa20b9df0:

#ifndef MOTION_H_2013_04_7_
#define MOTION_H_2013_04_7_

#include "mbed.h"
#include "PWM.h"

class Motion
{
  public:
    virtual void step() = 0;
};

#endif