Mission Control Code for Interactive Alarm Clock

Dependencies:   4DGL-uLCD-SE mbed

Revision:
0:02b0b24dedd1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/segment_display/segment_display.h	Thu Dec 10 08:59:21 2015 +0000
@@ -0,0 +1,9 @@
+#ifndef SEGMENT_DISPLAY_H
+#define SEGMENT_DISPLAY_H
+
+//declare functions (assembly subroutines)
+extern "C" void setup_sequence(void);
+extern "C" void seg_driver_initialize(void);
+extern "C" void seg_driver(int value);
+
+#endif //SEGMENT_DISPLAY_H
\ No newline at end of file