bakalarka/components/display/display.h

8 lines
158 B
C
Raw Permalink Normal View History

2020-03-30 11:21:12 +00:00
void guiTask(void* parameter);
2020-03-31 16:12:53 +00:00
/*Ulozenie hodnot pre displej*/
2020-03-30 11:21:12 +00:00
struct ca_status{
bool wifi;
bool webserver;
unsigned int serial;
bool init;
};