brewco/brewco.h

changeset 470
c2794ae0def3
parent 469
d26def846029
child 472
55bcbf92ecab
equal deleted inserted replaced
469:d26def846029 470:c2794ae0def3
291 #define STEP_IODINE 7 /* Iodine test */ 291 #define STEP_IODINE 7 /* Iodine test */
292 #define STEP_MASHREMOVE 8 /* Remove mash */ 292 #define STEP_MASHREMOVE 8 /* Remove mash */
293 #define STEP_PREBOIL 9 /* Heating before boil */ 293 #define STEP_PREBOIL 9 /* Heating before boil */
294 #define STEP_BOILING 10 /* Boil */ 294 #define STEP_BOILING 10 /* Boil */
295 #define STEP_BOILDONE 11 /* Boil done, hopstand */ 295 #define STEP_BOILDONE 11 /* Boil done, hopstand */
296 #define STEP_WHIRLPOOL1 12 /* Whirlpool hot */ 296 #define STEP_HOPSTAND1 12 /* Hopstand 88..100 */
297 #define STEP_HOPSTAND1 13 /* Hopstand 88..100 */ 297 #define STEP_COOLING1 13 /* Cooling to whirlpool hot */
298 #define STEP_COOLING1 14 /* Cooling to hopstand 2 */ 298 #define STEP_WHIRLPOOL1 14 /* Whirlpool hot */
299 #define STEP_HOPSTAND2 15 /* Hopstand 71..77 */ 299 #define STEP_COOLING2 15 /* Cooling to hopstand 2 */
300 #define STEP_COOLING2 16 /* Cooling to hopstand 3 */ 300 #define STEP_HOPSTAND2 16 /* Hopstand 71..77 */
301 #define STEP_HOPSTAND3 17 /* Hopstand 60..66 */ 301 #define STEP_COOLING3 17 /* Cooling to hopstand 3 */
302 #define STEP_COOLING 18 /* Final cooling */ 302 #define STEP_HOPSTAND3 18 /* Hopstand 60..66 */
303 #define STEP_WHIRLPOOL 19 /* Final whirlpool */ 303 #define STEP_COOLING 19 /* Final cooling */
304 #define STEP_CLEANUP 20 /* Cleanup */ 304 #define STEP_WHIRLPOOL 20 /* Final whirlpool */
305 #define STEP_BREWDONE 21 /* Final step */ 305 #define STEP_CLEANUP 21 /* Cleanup */
306 #define STEP_BREWDONE 22 /* Final step */
306 307
307 #define MASH_NA 0 /* Not in any state yet */ 308 #define MASH_NA 0 /* Not in any state yet */
308 #define MASH_PROMPT 1 /* Prompt the user */ 309 #define MASH_PROMPT 1 /* Prompt the user */
309 #define MASH_HEATING 2 /* Heating phase */ 310 #define MASH_HEATING 2 /* Heating phase */
310 #define MASH_REST 3 /* Rest phase */ 311 #define MASH_REST 3 /* Rest phase */

mercurial