Brew heater controller. Programmed to mash grain and to boil wort
Dependencies: mbed QEI UniGraphic
Diff: Boil1.h
- Revision:
- 0:c673d397e9dc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Boil1.h Fri Jan 07 12:08:12 2022 +0000
@@ -0,0 +1,44 @@
+#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}}
+};
\ No newline at end of file