Duncan Wood / Mbed 2 deprecated Brew

Dependencies:   mbed QEI UniGraphic

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MashProfile.h Source File

MashProfile.h

00001 #ifndef PROFILES
00002 #define PROFILES
00003 #include "Profiles.h"
00004 #endif //Profiles
00005 
00006 
00007 struct Profile MashProfile {{
00008 /*Name*/                            "Mash Profile       "},{{
00009 /*Profile.Element[0].GoalType*/     Temp,//Raise temp to 50C
00010 /*Profile.Element[0].MessageNo*/    3,
00011 /*Profile.Element[0].Temp*/         50.0,
00012 /*Profile.Element[0].Power*/        100,
00013 /*Profile.Element[0].Seconds*/      0},{  
00014 
00015 /*Profile.Element[1].GoalType*/     Time,
00016 /*Profile.Element[1].MessageNo*/    6,
00017 /*Profile.Element[1].Temp*/         60.0,
00018 /*Profile.Element[1].Power*/        30,
00019 /*Profile.Element[1].Seconds*/      2200},{  
00020 
00021 /*Profile.Element[2].GoalType*/     Time,
00022 /*Profile.Element[2].MessageNo*/    6,
00023 /*Profile.Element[2].Temp*/         66.0,
00024 /*Profile.Element[2].Power*/        30,
00025 /*Profile.Element[2].Seconds*/      4600},{ 
00026 
00027 /*Profile.Element[3].GoalType*/     Time,
00028 /*Profile.Element[3].MessageNo*/    4,
00029 /*Profile.Element[3].Temp*/         70.0,
00030 /*Profile.Element[3].Power*/        35,
00031 /*Profile.Element[3].Seconds*/      2200},{  
00032 
00033 /*Profile.Element[4].GoalType*/     Time,
00034 /*Profile.Element[4].MessageNo*/    5,
00035 /*Profile.Element[4].Temp*/         50.0,
00036 /*Profile.Element[4].Power*/        1,
00037 /*Profile.Element[4].Seconds*/      600},{ 
00038 
00039 /*Profile.Element[5].GoalType*/     Temp,
00040 /*Profile.Element[5].MessageNo*/    0,
00041 /*Profile.Element[5].Temp*/         50.0,
00042 /*Profile.Element[5].Power*/        1,
00043 /*Profile.Element[5].Seconds*/      0} } 
00044 };