Brew heater controller. Programmed to mash grain and to boil wort
Dependencies: mbed QEI UniGraphic
Profiles.h
- Committer:
- dswood
- Date:
- 2022-01-07
- Revision:
- 0:c673d397e9dc
File content as of revision 0:c673d397e9dc:
enum goal { Null,Boil, Temp, Time};
char *Message[7]={"","Add Hops","Add Flocculant","Add Grain","Sparge","Finished","Phase Done"};
struct ProfileElement {
goal GoalType;
uint8_t MessageNo;
float Temp;
int8_t Power;
int Seconds;
};
struct Profile {
char Name[20];
ProfileElement Element[6];
};
char *TopLevelMenu[3]={"Top Menu ","Manual ","Programmed "};
// 12345678901234567890