lkdfjlakdjsflasdkjflkjasdlxkfghskjdmfnvcm,a wejdfkjadsb cvljdgacus;b faLRFBhetg;8bdvan;/IHgtnudihdgrg;a/wlhrfp;ouitdscagjh

Dependencies:   mbed

Fork of display_nums2 by EECS 397 Lab Group

Revision:
0:0f1c2bf6ab4e
Child:
1:3d6796759d45
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/display.h	Wed Feb 28 15:56:29 2018 +0000
@@ -0,0 +1,19 @@
+
+
+#ifndef DISPLAY_H
+#define DISPLAY_H
+
+
+#define DISPLAY_1 0x0100
+#define DISPLAY_2 0x0200
+#define DISPLAY_3 0x0300
+#define DISPLAY_4 0x0400
+#define LED_DISPLAY 0x0500
+
+
+
+void send_data(int dat);
+void bin2bcd_array_mod(int *bcdArr, int num);
+void bin2bcd_array_sprintf(int *bcdArr, int num);
+
+#endif /*DISPLAY_H*/
\ No newline at end of file