Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Committer:
asloop18
Date:
Tue Jan 12 01:41:19 2016 +0000
Revision:
14:69cad6d9a2e5
Parent:
13:871d01d0d250
Mission Accomplished; ; Working Version

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 13:871d01d0d250 11 void SegDisplay(int angle);
pstephens18 1:8e14c2404f45 12
pstephens18 1:8e14c2404f45 13 #endif