Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Committer:
asloop18
Date:
Mon Jan 11 22:05:18 2016 +0000
Revision:
7:30afa5506e74
Parent:
6:992875df04f7
Child:
8:96b30706335b
b

Who changed what in which revision?

UserRevisionLine numberNew contents of line
asloop18 6:992875df04f7 1 #ifndef ServoControl.h
asloop18 6:992875df04f7 2 #define ServoControl.h
asloop18 6:992875df04f7 3
asloop18 6:992875df04f7 4 #include "mbed.h"
asloop18 7:30afa5506e74 5 extern PwnOut ServoSignal;
asloop18 7:30afa5506e74 6 void ServoInit(void);
asloop18 7:30afa5506e74 7 float ServoSignal(float angle);
asloop18 6:992875df04f7 8
asloop18 7:30afa5506e74 9 #endif