mirror of
https://github.com/m5stack/M5Unit-RF433.git
synced 2026-05-20 11:41:00 -07:00
15 lines
351 B
Arduino
15 lines
351 B
Arduino
/*
|
|
* SPDX-FileCopyrightText: 2025 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*!
|
|
@file Transceiver.ino
|
|
@brief UnitRF433T/R example
|
|
NOTICE: Devices to be connected must have multiple ports
|
|
NOTICE: Devices to be connected must have multiple ports
|
|
PortA: UitRFF433T
|
|
PortB: UitRFF433R
|
|
*/
|
|
#include "main/Transceiver.cpp"
|