23 enum ledStat {nothing, pairing, pair_suc, pair_err, send, ack, noack, bat_low, defect, welcome, key_long};
27 {2, 0, 1, 0, {50, 50,} },
28 {2, 0, 1, 1, {50, 50,} },
31 {2, 1, 1, 0, {200, 0,} },
32 {2, 1, 0, 1, {200, 0,} },
35 {2, 3, 1, 0, {5, 10,} },
36 {2, 1, 1, 0, {200, 0,} },
39 {2, 1, 1, 0, {5, 1,} },
40 {2, 1, 1, 1, {5, 1,} },
43 {0, 0, 0, 0, {0, 0,} },
44 {2, 1, 0, 1, {5, 1,} },
47 {0, 0, 0, 0, {0, 0,} },
48 {2, 1, 1, 0, {10, 1,} },
51 {6, 3, 1, 0, {50, 10, 10, 10, 10, 100} },
52 {6, 3, 1, 0, {50, 10, 10, 10, 10 ,100} },
55 {6, 3, 1, 0, {10, 10, 10, 10, 10, 100} },
56 {6, 3, 1, 0, {10, 10, 10, 10, 10, 100} },
59 {6, 1, 1, 0, {10, 10, 50, 10, 50, 100} },
60 {6, 1, 0, 1, {10, 10, 50, 10, 50, 100} },
63 {2, 0, 1, 0, {20, 20, } },
64 {2, 0, 1, 0, {20, 20, } },
87 void init(uint8_t leds,
AS *ptrMain);
88 void set(ledStat stat);
Main class for implementation of the AskSin protocol stack. Every device needs exactly one instance o...
Definition: AS.h:39
Definition: StatusLed.h:69
Definition: StatusLed.h:15