Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Revision:
11:7b3d64a66efd
Parent:
3:4a3e2dbc111e
Child:
13:871d01d0d250
--- a/SegDisplay.h	Mon Jan 11 22:46:35 2016 +0000
+++ b/SegDisplay.h	Mon Jan 11 23:27:38 2016 +0000
@@ -8,6 +8,6 @@
 
 void SegInit(void);
 char SegConvert(char SegValue);
-void SegDisplay(char x, char y);
+void SegDisplay(int x, bool negative);
 
 #endif
\ No newline at end of file