10/25/2015

Dependencies:   PID mbed MaxSonar eeprom iSerial Fork_Boss_Communication_Robot

move.h

Committer:
palmdotax
Date:
2015-10-18
Revision:
1:7c3dbf140bfc
Parent:
0:f02641e3fb91
Child:
5:68b740d113e6

File content as of revision 1:7c3dbf140bfc:

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

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