Version 1.1: Second working version. First commit. Added features: disabling channels for the day by having the same raise and lower timings.

This commit is contained in:
2021-08-30 17:21:29 +02:00
commit 877614b7a3
9 changed files with 378 additions and 0 deletions

19
idozites.h Normal file
View File

@@ -0,0 +1,19 @@
//
// Created by lacko on 08/08/2021.
//
#ifndef _IDOZITES_H_
#define _IDOZITES_H_
#include "redony.h"
#include <time.h>
#include <stdio.h>
void get_timing (redony *r, FILE *schedule);
buttons check_timing (redony *r);
int find_today (FILE *schedule);
int find_next_day (FILE *f);
#endif //_IDOZITES_H_