10/25/2015

Dependencies:   PID mbed MaxSonar eeprom iSerial Fork_Boss_Communication_Robot

move.h

Committer:
palmdotax
Date:
2015-10-25
Revision:
5:68b740d113e6
Parent:
1:7c3dbf140bfc
Child:
8:8fbc0c858875

File content as of revision 5:68b740d113e6:

#ifndef MOVE_H
#define MOVE_H
//#include "mbed.h" 

class move
{
    public: void movespeed(int dir,float setpoint,float spd);
    
};
#endif