Brew heater controller. Programmed to mash grain and to boil wort
Dependencies: mbed QEI UniGraphic
Boil1.h
- Committer:
- dswood
- Date:
- 2022-01-07
- Revision:
- 0:c673d397e9dc
File content as of revision 0:c673d397e9dc:
#ifndef PROFILES
#define PROFILES
#include "Profiles.h"
#endif //Profiles
struct Profile Boil1 {{
/*Name*/ "Boil 3 Hop adding "},{{
/*Profile.Element[0].GoalType*/ Boil,//Raise temp to Boil
/*Profile.Element[0].MessageNo*/ 0,
/*Profile.Element[0].Temp*/ 120.0,
/*Profile.Element[0].Power*/ 100,
/*Profile.Element[0].Seconds*/ 0},{
/*Profile.Element[1].GoalType*/ Time,
/*Profile.Element[1].MessageNo*/ 1,
/*Profile.Element[1].Temp*/ 120.0,
/*Profile.Element[1].Power*/ 35,
/*Profile.Element[1].Seconds*/ 300},{
/*Profile.Element[2].GoalType*/ Time, //55mins boil bittering hops
/*Profile.Element[2].MessageNo*/ 1,
/*Profile.Element[2].Temp*/ 120.0,
/*Profile.Element[2].Power*/ 35,
/*Profile.Element[2].Seconds*/ 3300},{
/*Profile.Element[3].GoalType*/ Time, // Aroma +bitter hops
/*Profile.Element[3].MessageNo*/ 2,
/*Profile.Element[3].Temp*/ 120.0,
/*Profile.Element[3].Power*/ 35,
/*Profile.Element[3].Seconds*/ 900},{
/*Profile.Element[4].GoalType*/ Time, //Aroma hops
/*Profile.Element[4].MessageNo*/ 1,
/*Profile.Element[4].Temp*/ 120.0,
/*Profile.Element[4].Power*/ 35,
/*Profile.Element[4].Seconds*/ 300},{
/*Profile.Element[5].GoalType*/ Time,//Aroma Hops
/*Profile.Element[5].MessageNo*/ 5,
/*Profile.Element[5].Temp*/ 120,
/*Profile.Element[5].Power*/ 35,
/*Profile.Element[5].Seconds*/ 600}}
};