linux RTC时间较准程序
2021-12-25 09:36:59 1KB RTC时间 较准
1
ESP32Time 用于在ESP32板上设置和检索内部RTC时间的Arduino库 在上可用 功能 setTime(30, 24, 15, 17, 1, 2021); // 17th Jan 2021 15:24:30 setTime(1609459200); // 1st Jan 2021 00:00:00 setTime(); // default 1st Jan 2021 00:00:00 getTime() // (String) 15:24:38 getDate() // (String) Sun, Jan 17 2021 getDate(true) // (String) Sunday, January 17 2021 getDateTime() // (String) Sun, Jan
2021-11-21 22:33:59 7KB arduino time esp32 arduino-library
1
可以在Linux系统下读取RTC芯片的内部时间,同时实现了读取系统内部自身时间的功能。亲测在Ubuntu下可用!
2021-09-07 11:31:44 1KB linux rtc 时间
1