Dependencies:   PinDetect mbed Servo

Committer:
Rufaida
Date:
Mon Jun 18 17:47:17 2012 +0000
Revision:
0:81f78497df4e

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Rufaida 0:81f78497df4e 1 #include "mbed.h"
Rufaida 0:81f78497df4e 2 #include "Servo.h"
Rufaida 0:81f78497df4e 3 /*definitions of motor functions*/
Rufaida 0:81f78497df4e 4 void motor(float fin_speed, int ramp_time);
Rufaida 0:81f78497df4e 5 void update_motor (void);
Rufaida 0:81f78497df4e 6 void Starting_Motor (void);