Project to practice collaboration and header files

Dependencies:   mbed

Revision:
2:6163059b96e8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SegDisplay.h	Mon Jan 11 18:54:43 2016 +0000
@@ -0,0 +1,14 @@
+// SegDisplay.h file 
+
+#ifndef SEGDISPLAY_H
+#define SEGDISPLAY_H
+
+#include "mbed.h"
+
+extern BusOut Seg1; // allow the bus outputs to be used
+extern BusOut Seg2; 
+
+void SegInit(void);     // function prototype
+char SegConvert(char SegValue) // function prototype
+
+#endif
\ No newline at end of file