NTPClient/README.md

8 lines
244 B
Markdown
Raw Permalink Normal View History

2020-05-22 13:04:52 +02:00
# NTPClient
A library to connect an ESP8266 to an NTP server.
Modified to include date parsing support, removal of all String class based methods.
Modified from [the original Arduino library.](https://github.com/arduino-libraries/NTPClient)