Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Committer:
pstephens18
Date:
Mon Jan 11 23:27:38 2016 +0000
Revision:
11:7b3d64a66efd
Parent:
3:4a3e2dbc111e
Child:
13:871d01d0d250
Display Working
;

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 11:7b3d64a66efd 11 void SegDisplay(int x, bool negative);
pstephens18 1:8e14c2404f45 12
pstephens18 1:8e14c2404f45 13 #endif