thermferm/thermferm.h

changeset 214
37d1eb0e1d66
parent 209
c5b1dfd83e81
child 215
5ad534c79a22
equal deleted inserted replaced
213:2317b8d644fa 214:37d1eb0e1d66
42 /* wiringPi */ 42 /* wiringPi */
43 #include <wiringPi.h> 43 #include <wiringPi.h>
44 #include <pcf8574.h> 44 #include <pcf8574.h>
45 #include <lcd.h> 45 #include <lcd.h>
46 46
47 #define MENU_NONE 0 47 #define MENU_NONE 0
48 #define MENU_TOP 1 48 #define MENU_TOP_DEFAULT 1
49 #define MENU_TOP_UNITS 2
50 #define MENU_UNITS 21
51 #define MENU_MODE_OFF 211
52 #define MENU_MODE_NONE 212
53 #define MENU_NONE_HEAT 2121
54 #define MENU_NONE_COOL 2122
55 #define MENU_NONE_FAN 2123
56 #define MENU_MODE_BEER 213
57 #define MENU_BEER_TEMP 2131
58 #define MENU_MODE_FRIDGE 214
59 #define MENU_FRIDGE_TEMP 2141
60 #define MENU_MODE_PROFILE 215
61 #define MENU_PROFILE_SELECT 2151
62 #define MENU_PROFILE_START 2152
63 #define MENU_PROFILE_PAUSE 2153
64 #define MENU_PROFILE_ABORT 2154
65 #define MENU_PROFILE_RESUME 2155
66 #define MENU_PROFILE_GOOFF 2156
67 #define MENU_TOP_SYS 3
68 #define MENU_SYS_HALT 31
69 #define MENU_SYS_REBOOT 32
70 #define MENU_SYS_MASH 33
71 #define MENU_SYS_THERMS 34
49 72
50 73
51 #endif 74 #endif
52 75
53 #define TRUE 1 76 #define TRUE 1

mercurial