GOB 26c1349251 Merge pull request #5 from m5stack/develop
Add M5UnitUnified driver (UnitRTC as UnitPCF8563) and examples for UnitRTC
2026-05-07 15:41:03 +09:00
2026-03-04 20:55:31 +09:00
2026-03-04 20:55:31 +09:00
2026-03-04 20:55:31 +09:00
2026-03-06 02:52:00 +09:00
2026-03-06 03:14:38 +09:00
2026-03-04 20:55:31 +09:00
2026-03-04 20:55:31 +09:00
2021-07-30 10:58:13 +08:00
2026-03-06 02:54:35 +09:00

M5Unit-RTC

Overview

SKU:U126

M5Stack-UNIT RTC related programs.compatible with BM8563 and HYM8563.

Document & Datasheet - M5Unit-RTC

License

M5Unit-RTC - MIT


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

GitHub Pages

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

S
Description
No description provided
Readme MIT 326 KiB
Languages
C++ 99.6%
C 0.4%