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
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 };
Generated on Sat Jul 23 2022 05:42:19 by
1.7.2