Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Committer:
asloop18
Date:
Mon Jan 11 22:18:40 2016 +0000
Revision:
8:96b30706335b
Parent:
7:30afa5506e74
Child:
9:daeae936f9ec
With Servo Function

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 2:d50d55831d50 7 int main(){
asloop18 8:96b30706335b 8 ServoInit();
pstephens18 3:4a3e2dbc111e 9 }