36 lines
714 B
C
36 lines
714 B
C
|
// #ifndef _H_UI
|
||
|
// #define _H_UI
|
||
|
//
|
||
|
// #include <LiquidCrystal.h>
|
||
|
// #include <DFR_Key.h>
|
||
|
//
|
||
|
// class Profile {
|
||
|
// public:
|
||
|
// int Ts_min;
|
||
|
// int Ts_max;
|
||
|
// int Tl;
|
||
|
// int Tp;
|
||
|
// int time_max;
|
||
|
//
|
||
|
// // profile temp per second rates
|
||
|
// int ramp_up_min;
|
||
|
// int ramp_up_max;
|
||
|
// int ramp_down_max;
|
||
|
// int ramp_down_min;
|
||
|
//
|
||
|
// // profile temp durations
|
||
|
// int Ts_duration_min;
|
||
|
// int Ts_duration_max;
|
||
|
// int Tl_duration_min;
|
||
|
// int Tl_duration_max;
|
||
|
// int Tp_duration_min;
|
||
|
// int Tp_duration_max;
|
||
|
// int config_index;
|
||
|
//
|
||
|
// Profile();
|
||
|
// void handle_config_state(LiquidCrystal & lcd, DFR_Key & keypad);
|
||
|
// void print_config_state(LiquidCrystal & lcd);
|
||
|
// };
|
||
|
//
|
||
|
// #endif
|