thermferm/mqtt.h

changeset 598
363dc36d2450
parent 557
ae17042a6d39
child 677
c867eb3f7fc1
equal deleted inserted replaced
597:93667d842c9b 598:363dc36d2450
3 3
4 4
5 #define STATUS_CONNECTING 0 5 #define STATUS_CONNECTING 0
6 #define STATUS_CONNACK_RECVD 1 6 #define STATUS_CONNACK_RECVD 1
7 #define STATUS_WAITING 2 7 #define STATUS_WAITING 2
8
9 #ifndef HAVE_WIRINGPI_H
10
11 // Pi model types and version numbers
12 // Intended for the GPIO program Use at your own risk.
13
14 #define PI_MODEL_A 0
15 #define PI_MODEL_B 1
16 #define PI_MODEL_AP 2
17 #define PI_MODEL_BP 3
18 #define PI_MODEL_2 4
19 #define PI_ALPHA 5
20 #define PI_MODEL_CM 6
21 #define PI_MODEL_07 7
22 #define PI_MODEL_3B 8
23 #define PI_MODEL_ZERO 9
24 #define PI_MODEL_CM3 10
25 #define PI_MODEL_ZERO_W 12
26 #define PI_MODEL_3BP 13
27 #define PI_MODEL_3AP 14
28 #define PI_MODEL_CM3P 16
29
30 #define PI_VERSION_1 0
31 #define PI_VERSION_1_1 1
32 #define PI_VERSION_1_2 2
33 #define PI_VERSION_2 3
34
35 #define PI_MAKER_SONY 0
36 #define PI_MAKER_EGOMAN 1
37 #define PI_MAKER_EMBEST 2
38 #define PI_MAKER_UNKNOWN 3
39
40
41 #endif
8 42
9 43
10 /* 44 /*
11 * Public functions 45 * Public functions
12 */ 46 */

mercurial