10/25/2015

Dependencies:   PID mbed MaxSonar eeprom iSerial Fork_Boss_Communication_Robot

Committer:
palmdotax
Date:
Sun Oct 25 12:03:21 2015 +0000
Revision:
5:68b740d113e6
Parent:
1:7c3dbf140bfc
Child:
8:8fbc0c858875
10/25/2015

Who changed what in which revision?

UserRevisionLine numberNew contents of line
palmdotax 0:f02641e3fb91 1 #ifndef MOVE_H
palmdotax 0:f02641e3fb91 2 #define MOVE_H
palmdotax 1:7c3dbf140bfc 3 //#include "mbed.h"
palmdotax 0:f02641e3fb91 4
palmdotax 0:f02641e3fb91 5 class move
palmdotax 0:f02641e3fb91 6 {
palmdotax 5:68b740d113e6 7 public: void movespeed(int dir,float setpoint,float spd);
palmdotax 0:f02641e3fb91 8
palmdotax 0:f02641e3fb91 9 };
palmdotax 0:f02641e3fb91 10 #endif