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
Profiles.h
00001 00002 enum goal { Null,Boil, Temp, Time}; 00003 char *Message[7]={"","Add Hops","Add Flocculant","Add Grain","Sparge","Finished","Phase Done"}; 00004 00005 struct ProfileElement { 00006 goal GoalType; 00007 uint8_t MessageNo; 00008 float Temp; 00009 int8_t Power; 00010 int Seconds; 00011 }; 00012 struct Profile { 00013 char Name[20]; 00014 ProfileElement Element[6]; 00015 }; 00016 char *TopLevelMenu[3]={"Top Menu ","Manual ","Programmed "}; 00017 // 12345678901234567890
Generated on Sat Jul 23 2022 05:42:19 by
1.7.2