M5Unit-HUB 0.0.2 git rev:98420fc
All Classes Namespaces Files Functions Pages
M5UnitUnifiedHUB.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
3 *
4 * SPDX-License-Identifier: MIT
5 */
13#ifndef M5_UNIT_UNIFIED_HUB_HPP
14#define M5_UNIT_UNIFIED_HUB_HPP
15
17
22namespace m5 {
23
28namespace unit {
29
30using UnitPaHub = m5::unit::UnitPCA9548AP; // TCA9548 and PCA9548 are compatible
31using UnitPaHub2 = m5::unit::UnitPCA9548AP;
32
33} // namespace unit
34} // namespace m5
35
36#endif
PCA9548AP unit.
Definition unit_PCA9548AP.hpp:23
Top level namespace of M5stack.
Unit-related namespace.
PCA9548AP Unit for M5UnitUnified.