Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.37 KB

File metadata and controls

58 lines (37 loc) · 1.37 KB

M5Unit-RTC

Overview

SKU:U126

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

Related Link

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