M5Unit-TOF 0.1.0 git rev:d9853ac
Loading...
Searching...
No Matches
M5UnitUnifiedTOF.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_TOF_HPP
14#define M5_UNIT_UNIFIED_TOF_HPP
15
16#include "unit/unit_VL53L0X.hpp"
17#include "unit/unit_VL53L1X.hpp"
18
23namespace m5 {
24
29namespace unit {
30
31using UnitToF = m5::unit::UnitVL53L0X;
32using UnitToF4M = m5::unit::UnitVL53L1X;
33using HatToF = m5::unit::UnitVL53L0X;
34
35} // namespace unit
36} // namespace m5
37#endif
ToF unit.
Definition unit_VL53L0X.hpp:87
ToF4M unit.
Definition unit_VL53L1X.hpp:141
Top level namespace of M5stack.
Unit-related namespace.
VL53L0X Unit for M5UnitUnified.
VL53L1X Unit for M5UnitUnified.