Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Committer:
asloop18
Date:
Mon Jan 11 22:21:48 2016 +0000
Revision:
9:daeae936f9ec
Parent:
8:96b30706335b
Child:
10:b7cebc1f3768
Servo Control Added

Who changed what in which revision?

UserRevisionLine numberNew contents of line
asloop18 0:68508074b5d5 1 //Main
asloop18 0:68508074b5d5 2
asloop18 0:68508074b5d5 3 #include "mbed.h"
pstephens18 1:8e14c2404f45 4 #include "SegDisplay.h"
asloop18 8:96b30706335b 5 #include "ServoControl.h"
asloop18 0:68508074b5d5 6
asloop18 9:daeae936f9ec 7 float angle;
asloop18 9:daeae936f9ec 8
asloop18 2:d50d55831d50 9 int main(){
asloop18 8:96b30706335b 10 ServoInit();
pstephens18 3:4a3e2dbc111e 11 }