M5Unit-RTC 0.1.0 git rev:26c1349
Loading...
Searching...
No Matches
M5UnitUnifiedRTC.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
3 *
4 * SPDX-License-Identifier: MIT
5 */
13#if defined(_Unit_RTC_H__)
14#error "DO NOT USE it at the same time as conventional libraries"
15#endif
16
17#ifndef M5_UNIT_UNIFIED_RTC_HPP
18#define M5_UNIT_UNIFIED_RTC_HPP
19
20#include "unit/unit_PCF8563.hpp"
21
22namespace m5 {
23namespace unit {
24using UnitBM8563 = m5::unit::UnitPCF8563;
25using UnitHYM8563 = m5::unit::UnitPCF8563;
27} // namespace unit
28} // namespace m5
29#endif
Real-time clock unit using PCF8563 compatible chip (BM8563/HYM8563)
Definition unit_PCF8563.hpp:23
PCF8563 Unit for M5UnitUnified.