Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Committer:
pstephens18
Date:
Mon Jan 11 21:29:51 2016 +0000
Revision:
1:8e14c2404f45
Child:
2:d50d55831d50
Segment Display
;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pstephens18 1:8e14c2404f45 1 #ifndef SEGDISPLAY_H
pstephens18 1:8e14c2404f45 2 #define SEGDISPLAY_H
pstephens18 1:8e14c2404f45 3
pstephens18 1:8e14c2404f45 4 #include "mbed.h"
pstephens18 1:8e14c2404f45 5
pstephens18 1:8e14c2404f45 6 extern BusOut Seg1;
pstephens18 1:8e14c2404f45 7 extern BusOut Seg2;
pstephens18 1:8e14c2404f45 8
pstephens18 1:8e14c2404f45 9 void SegInit(void);
pstephens18 1:8e14c2404f45 10 char SegConvert(char SegValue);
pstephens18 1:8e14c2404f45 11
pstephens18 1:8e14c2404f45 12 #endif