Dependencies:   mbed

Revision:
0:87b78725a6dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/numbers.h	Mon Mar 05 06:00:16 2012 +0000
@@ -0,0 +1,6 @@
+#ifndef NUMBERS_H
+#define NUMBERS_H
+
+const unsigned int four[] = {0x00,0x1f,0x10,0x10,0x10,0xff,0x00,0x00};
+
+#endif
\ No newline at end of file