Modular Programming

Dependencies:   mbed

Revision:
0:00336127c4e9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SegDisplay.h	Sun Dec 23 17:07:47 2018 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+#ifndef SEGDISPLAY_H
+#define SEGDISPLAY_H
+
+extern BusOut Seg1; // allow Seg1 to be manipulated by other files
+extern BusOut Seg2; // allow Seg2 to be manipulated by other files
+
+void SegInit(void); // function prototype
+char SegConvert(char SegValue); // function prototype
+
+#endif
\ No newline at end of file