Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SegDisplay.h Source File

SegDisplay.h

00001 #ifndef SEGDISPLAY_H
00002 #define SEGDISPLAY_H
00003 
00004 #include "mbed.h"
00005 
00006 extern BusOut Display;
00007 
00008 
00009 void SegInit(void);
00010 char SegConvert(char SegValue);
00011 void SegDisplay(int angle);
00012 
00013 #endif