Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Committer:
asloop18
Date:
Mon Jan 11 21:44:09 2016 +0000
Revision:
2:d50d55831d50
Parent:
1:8e14c2404f45
Child:
3:4a3e2dbc111e
Disp;

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
asloop18 2:d50d55831d50 6 extern BusOut Display;
asloop18 2:d50d55831d50 7
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