Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

ServoControl.h

Committer:
asloop18
Date:
2016-01-11
Revision:
7:30afa5506e74
Parent:
6:992875df04f7
Child:
8:96b30706335b

File content as of revision 7:30afa5506e74:

#ifndef ServoControl.h
#define ServoControl.h

#include "mbed.h"
extern PwnOut ServoSignal;
void ServoInit(void);
float ServoSignal(float angle);

#endif