Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Public Member Functions | |
RtcClass () | |
Instantiate real time clock object. More... | |
uint64_t | getRtcNanoseconds () |
Get nanoseconds from RTC. More... | |
uint32_t | getRtcSeconds () |
Get seconds from RTC. More... | |
bool | setRtcNanoseconds (uint64_t nanoseconds) |
Set RTC nanoseconds. More... | |
bool | setRtcSeconds (uint32_t seconds) |
Set RTC. More... | |