RTC Time Module library?
Posted: Wed Jun 14, 2017 11:35 am
How do I add the RTC Time Module library to Arduino development environment?
https://nodemcu.readthedocs.io/en/maste ... s/rtctime/
Compiler complains that "rtctime was not declared in this scope"
Is this module for LUA only?
https://nodemcu.readthedocs.io/en/maste ... s/rtctime/
Code: Select all
rtctime.set(123456);
rtctime.dsleep(1000000);
Compiler complains that "rtctime was not declared in this scope"
Is this module for LUA only?