M5Unit-FINGER 0.0.2 git rev:9f22200
Loading...
Searching...
No Matches
M5UnitUnifiedFINGER.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 M5Stack Technology CO LTD
3 *
4 * SPDX-License-Identifier: MIT
5 */
13#ifndef M5_UNIT_UNIFIED_FINGER_HPP
14#define M5_UNIT_UNIFIED_FINGER_HPP
15
16#include "unit/unit_FPC1xxx.hpp"
17#include "unit/unit_Finger2.hpp"
18
23namespace m5 {
24
29namespace unit {
30
31using UnitFinger = m5::unit::UnitFPC1020A;
32using HatFinger = m5::unit::UnitFPC1020A;
33
34} // namespace unit
35} // namespace m5
36#endif
For FPC1020A.
Definition unit_FPC1xxx.hpp:383
Top level namespace of M5stack.
Unit-related namespace.
FPC1xxx family with DSP unit for M5UnitUnified.
Finger2 unit for M5UnitUnified.