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
22
namespace
m5 {
23
namespace
unit {
24
using
UnitBM8563 =
m5::unit::UnitPCF8563
;
25
using
UnitHYM8563 =
m5::unit::UnitPCF8563
;
26
using
UnitRTC
=
m5::unit::UnitPCF8563
;
27
}
// namespace unit
28
}
// namespace m5
29
#endif
m5::unit::UnitPCF8563
Real-time clock unit using PCF8563 compatible chip (BM8563/HYM8563)
Definition
unit_PCF8563.hpp:23
unit_PCF8563.hpp
PCF8563 Unit for M5UnitUnified.
src
M5UnitUnifiedRTC.hpp
Generated by
1.11.0