arduino rx8025的读写库 RX8025 arduino驱动学习 主要部分来自于 https://github.com/kazzwachi/RX8025_RTC_ArduinoLibrary.git https://github.com/PaulStoffregen/Time 修改了时间读出的部分,只实现了时间读出写入,别的都不管了。。。
https://github.com/PaulStoffregen/Time Time是一个为Arduino提供计时功能的库。 使用Arduino库管理器,安装“ Time by Michael Margolis”。 该代码派生自Playground DateTime库,但已更新为提供更灵活,更易于使用的API。 主要目标是启用可与各种外部时间源一起使用的日期和时间功能,并在草图逻辑上要求最小的差异。 示例草图说明了如何将类似的草图代码与以下内容一起使用:实时时钟,Internet NTP时间服务,GPS时间数据以及来自计算机的用于时间同步的串行时间消息。
https://github.com/lemariva/wipy2.0-GPS.git This library allows to connect a Ublox NEO-6M/NEO-M8N GPS module to a WiPy 2.0/3.0
https://github.com/timescale/timescaledb.git TimescaleDB是一个开放源数据库,旨在使SQL可扩展用于时间序列数据。 它是从PostgreSQL设计的,并打包为PostgreSQL扩展,提供跨时间和空间的自动分区(分区键),以及完整的SQL支持。
U8g2 直接显示中文 在 https://github.com/larryli/U8g2_wqy_Arduino/releases 下载对应版本的 zip 文件,然后在 Arduino IDE 菜单项目 加载库 添加一个 .ZIP 库。 https://github.com/larryli/U8g2_wqy_Arduino.git