Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Committer:
pstephens18
Date:
Mon Jan 11 21:56:22 2016 +0000
Revision:
3:4a3e2dbc111e
Parent:
2:d50d55831d50
Child:
5:af4d347a72b8
Child:
7:30afa5506e74
Add double display

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 0:68508074b5d5 5
asloop18 2:d50d55831d50 6 int main(){
asloop18 2:d50d55831d50 7 SegInit();
pstephens18 3:4a3e2dbc111e 8 Display=SegConvert(1);
pstephens18 3:4a3e2dbc111e 9 }