Brew heater controller. Programmed to mash grain and to boil wort

Dependencies:   mbed QEI UniGraphic

Revision:
0:c673d397e9dc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Boil2.h	Fri Jan 07 12:08:12 2022 +0000
@@ -0,0 +1,44 @@
+#ifndef PROFILES
+#define PROFILES
+#include "Profiles.h"
+#endif //Profiles
+
+
+struct Profile Boil2 {{
+/*Name*/                            "Boil 3 Hop adding++"},{{ //long version
+/*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, //90mins boil bittering hops
+/*Profile.Element[2].MessageNo*/    1,
+/*Profile.Element[2].Temp*/         120.0,
+/*Profile.Element[2].Power*/        35,
+/*Profile.Element[2].Seconds*/      5400},{ 
+
+/*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, //Add Flocculant
+/*Profile.Element[4].MessageNo*/    1,
+/*Profile.Element[4].Temp*/         120.0,
+/*Profile.Element[4].Power*/        35,
+/*Profile.Element[4].Seconds*/      60},{ 
+
+/*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