10/25/2015

Dependencies:   PID mbed MaxSonar eeprom iSerial Fork_Boss_Communication_Robot

move.h

Committer:
palmdotax
Date:
2015-10-16
Revision:
0:f02641e3fb91
Child:
1:7c3dbf140bfc

File content as of revision 0:f02641e3fb91:

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

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