mirror of
https://github.com/m5stack/M5Unit-RTC.git
synced 2026-05-20 10:33:20 -07:00
d14e1cf55c3d9817dc8fb3da69a1b3392b05cce3
M5Unit-RTC
Overview
SKU:U126
M5Stack-UNIT RTC related programs.compatible with BM8563 and HYM8563.
Related Link
Document & Datasheet - M5Unit-RTC
License
M5UnitUnified
Library for Unit RTC using M5UnitUnified. M5UnitUnified is a library for unified handling of various M5 units products.
Supported units
- Unit RTC (SKU:U126)
Include file
#include <M5UnitUnifiedRTC.h> // For UnitUnified
//#include <Unit_RTC.h> // When using M5UnitUnified, do not use it at the same time as conventional libraries
Required Libraries:
Examples
See also examples/UnitUnified
Doxygen document
If you want to generate documents on your local machine, execute the following command
bash docs/doxy.sh
It will output it under docs/html If you want to output Git commit hashes to html, do it for the git cloned folder.
Required
Languages
C++
99.6%
C
0.4%