ESP DateTime  0.2.0
Date Time Functions and Classes for ESP8266 and ESP32
ESPDateTime.h
Go to the documentation of this file.
1 #ifndef ESP_DATE_TIME_LIB_H
2 #define ESP_DATE_TIME_LIB_H
3 
4 /**
5  * @file ESPDateTime.h
6  * @author Zhang Xiaoke (github@mcxiaoke.com)
7  * @brief ESPDateTime header
8  *
9  */
10 
11 #include <DateTime.h>
12 #include <TimeElapsed.h>
13 
14 #endif
DateTime.h
ESPDateTime header.
TimeElapsed.h
ESPDateTime header.