leomil72 / swRTC

swRTC is a library that implements a software-RTC on an Arduino board or an Atmel microcontroller
36 stars 16 forks source link

add esp8266 and esp32 implementation #8

Closed EngrMubasharAli closed 5 years ago

EngrMubasharAli commented 5 years ago

kindly add support for esp8266 and esp32 and other controllers like STM

leomil72 commented 5 years ago

The lib has been written to work on Atmel AVR MCUs, to provide for them a clock support; at the moment I don't have time and/or knowledge to port it to other platforms. Sorry.

zoomx commented 5 years ago

The esp8266 and, maybe, the ESP32, has his own functions builtin in the core and there is also a NTP synchronisation. See the NTP-TZ-DST example. The NTPclient example doesn't uses the builtin function.