M5Unit-RF433 0.0.1 git rev:a9e15af
Loading...
Searching...
No Matches
M5UnitUnifiedRF433.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_RF433_HPP
14#define M5_UNIT_UNIFIED_RF433_HPP
15
16#include "unit/unit_SYN115.hpp"
17#include "unit/unit_SYN531R.hpp"
18
23namespace m5 {
24
29namespace unit {
30
31using UnitRF433T = UnitSYN115;
32using UnitRF433R = UnitSYN531R;
33
34} // namespace unit
35} // namespace m5
36#endif
Top level namespace of M5stack.
Unit-related namespace.
SYN115 unit for M5UnitUnified.
SYN531R unit for M5UnitUnified.