Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Revision:
5:af4d347a72b8
Parent:
3:4a3e2dbc111e
diff -r 87d0b3943dfb -r af4d347a72b8 SegDisplay.h
--- a/SegDisplay.h	Mon Jan 11 22:03:53 2016 +0000
+++ b/SegDisplay.h	Mon Jan 11 23:17:39 2016 +0000
@@ -2,12 +2,13 @@
 #define SEGDISPLAY_H
 
 #include "mbed.h"
-
+extern DigitalOut Display1;
+extern DigitalOut Display10;
+extern DigitalOut Negative;
 extern BusOut Display;
 
-
 void SegInit(void);
 char SegConvert(char SegValue);
-void SegDisplay(char x, char y);
+void SegDisplay(int x,bool Neg);
 
 #endif
\ No newline at end of file