add switching logic

This commit is contained in:
Torsten Ruger
2021-07-04 22:17:28 +03:00
parent 2cb5cb0363
commit 90c0ee3e1d
2 changed files with 20 additions and 3 deletions

View File

@ -21,12 +21,12 @@ protected:
float minute_in = 0 ;
float minute_out = 0 ;
int minute_counter = 0;
int week_counter = 0;
int month_counter = 0;
void add_month(int from ) ;
void switch_logic(float in , float out);
public:
float week_in[WEEK];