M5Unit-HUB 0.2.1 git rev:9518267
Loading...
Searching...
No Matches
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#include "unit/unit_PbHub.hpp"
18
23namespace m5 {
24
29namespace unit {
30
31using UnitPaHub = m5::unit::UnitPCA9548AP; // TCA9548 and PCA9548 are compatible
32using UnitPaHub2 = m5::unit::UnitPCA9548AP; // Include PaHub v2.0 and PaHub v2.1
33
34} // namespace unit
35} // namespace m5
36
37#endif
Top level namespace of M5stack.
Unit-related namespace.
PCA9548AP Unit for M5UnitUnified.
PbHub Unit for M5UnitUnified.