JNP3 SmartAlarm / Mbed 2 deprecated budzik

Dependencies:   TextLCD nRF24L01P mbed

Revision:
1:929d218296e1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/custom-chars.h	Tue Dec 20 10:34:18 2016 +0000
@@ -0,0 +1,16 @@
+char cc_dzwonek[7] = {0x4,0xe,0xe,0xe,0x1f,0x0,0x4};
+
+char cc_wifi[7] = {
+    0b00000,
+    0b01110,
+    0b10001,
+    0b00100,
+    0b01010,
+    0b00000,
+    0b00100
+};
+char cc_wireless[8] = {0xa,0x4,0x11,0xe,0xe,0x11,0x4,0xa};
+
+const int C_ALRM = 0;
+const int C_WIFI = 3;
+const int C_WLC  = 2;
\ No newline at end of file