domotic/main/obtain_time.h

6 lines
122 B
C

#pragma once
void obtain_time();
void updateTime(void *pvParameter);
extern EventGroupHandle_t domotic_event_group;