Greenhouse  Viktor Vrablik 2017
interface.h
Go to the documentation of this file.
1 
15 #ifndef SOURCES_INTERFACE_H_
16 #define SOURCES_INTERFACE_H_
17 
18 #define BUTTON_SW1 (4)
19 #define BUTTON_SW2 (5)
20 #define BUTTON_SW3 (16)
21 #define BUTTON_SW4 (17)
22 //
23 
34 void Interface_Refresh_MeasuredValues(uint8_t page, MeasuredData_t data, WateringInfo_t water1, WateringInfo_t water2, bool cover);
35 
42 void Interface_Refresh_Time(myTime_t aktualTime);
43 
51 
52 #endif /* SOURCES_INTERFACE_H_ */
void Interface_Refresh_Time(myTime_t aktualTime)
Funkce prepisuje aktualni hodnotu casu.
Definition: interface.c:122
Datovy typ pro ukladani casu a datumu.
Definition: greenhouse.h:59
void Interface_Refresh_MeasuredValues(uint8_t page, MeasuredData_t data, WateringInfo_t water1, WateringInfo_t water2, bool cover)
Funkce prepisujic zadane hodnoty na displej pripojeny k EDU kitu.
Definition: interface.c:40
Datovy typ pro ukladani vsech namerenych hodnot.
Definition: greenhouse.h:46
void Interface_Initialize()
Inicializacce interface, vcetne nastaveni pinu tlacitek.
Definition: interface.c:23
Datovy typ pro ukladani informaci o nastavenem zavlazovani.
Definition: greenhouse.h:71