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
16
#include "
unit/unit_PCA9548AP.hpp
"
17
#include "
unit/unit_PbHub.hpp
"
18
23
namespace
m5
{
24
29
namespace
unit
{
30
31
using
UnitPaHub =
m5::unit::UnitPCA9548AP
;
// TCA9548 and PCA9548 are compatible
32
using
UnitPaHub2 =
m5::unit::UnitPCA9548AP
;
// Include PaHub v2.0 and PaHub v2.1
33
34
}
// namespace unit
35
}
// namespace m5
36
37
#endif
m5::unit::UnitPCA9548AP
PCA9548AP unit.
m5
Top level namespace of M5stack.
unit
Unit-related namespace.
unit_PCA9548AP.hpp
PCA9548AP Unit for M5UnitUnified.
unit_PbHub.hpp
PbHub Unit for M5UnitUnified.
src
M5UnitUnifiedHUB.hpp
Generated by
1.11.0