JNP3 SmartAlarm / Mbed 2 deprecated budzik

Dependencies:   TextLCD nRF24L01P mbed

Committer:
jackmax
Date:
Tue Dec 20 10:34:18 2016 +0000
Revision:
1:929d218296e1
test2;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jackmax 1:929d218296e1 1 char cc_dzwonek[7] = {0x4,0xe,0xe,0xe,0x1f,0x0,0x4};
jackmax 1:929d218296e1 2
jackmax 1:929d218296e1 3 char cc_wifi[7] = {
jackmax 1:929d218296e1 4 0b00000,
jackmax 1:929d218296e1 5 0b01110,
jackmax 1:929d218296e1 6 0b10001,
jackmax 1:929d218296e1 7 0b00100,
jackmax 1:929d218296e1 8 0b01010,
jackmax 1:929d218296e1 9 0b00000,
jackmax 1:929d218296e1 10 0b00100
jackmax 1:929d218296e1 11 };
jackmax 1:929d218296e1 12 char cc_wireless[8] = {0xa,0x4,0x11,0xe,0xe,0x11,0x4,0xa};
jackmax 1:929d218296e1 13
jackmax 1:929d218296e1 14 const int C_ALRM = 0;
jackmax 1:929d218296e1 15 const int C_WIFI = 3;
jackmax 1:929d218296e1 16 const int C_WLC = 2;