Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed QEI UniGraphic
MashProfileFull.h
00001 #ifndef PROFILES 00002 #define PROFILES 00003 #include "Profiles.h" 00004 #endif //Profiles 00005 00006 00007 struct Profile MashProfileFull {{ 00008 /*Name*/ "Mash Profile Full "},{{ 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, //Hold temp at 50C for 20 mins 00016 /*Profile.Element[1].MessageNo*/ 6, 00017 /*Profile.Element[1].Temp*/ 50.0, 00018 /*Profile.Element[1].Power*/ 30, 00019 /*Profile.Element[1].Seconds*/ 1200},{ 00020 00021 /*Profile.Element[2].GoalType*/ Time, //Beta amylase 00022 /*Profile.Element[2].MessageNo*/ 6, 00023 /*Profile.Element[2].Temp*/ 60.0, 00024 /*Profile.Element[2].Power*/ 30, 00025 /*Profile.Element[2].Seconds*/ 2200},{ 00026 00027 /*Profile.Element[3].GoalType*/ Time, //both beta and alpha compramise 00028 /*Profile.Element[3].MessageNo*/ 6, 00029 /*Profile.Element[3].Temp*/ 66.0, 00030 /*Profile.Element[3].Power*/ 30, //hest time is 100s per celsius 00031 /*Profile.Element[3].Seconds*/ 3300},{ // 45 mins + 600s 00032 00033 /*Profile.Element[4].GoalType*/ Time, //alpha amllase 00034 /*Profile.Element[4].MessageNo*/ 4, 00035 /*Profile.Element[4].Temp*/ 70.0, 00036 /*Profile.Element[4].Power*/ 35, 00037 /*Profile.Element[4].Seconds*/ 2100},{ 00038 00039 /*Profile.Element[5].GoalType*/ Temp, 00040 /*Profile.Element[5].MessageNo*/ 5, 00041 /*Profile.Element[5].Temp*/ 50.0, 00042 /*Profile.Element[5].Power*/ 1, 00043 /*Profile.Element[5].Seconds*/ 0}} 00044 };
Generated on Sat Jul 23 2022 05:42:19 by
1.7.2