You've already forked M5Unit-INFRARED
mirror of
https://github.com/m5stack/M5Unit-INFRARED.git
synced 2026-05-20 11:37:34 -07:00
11 lines
271 B
Arduino
11 lines
271 B
Arduino
/*
|
|
* SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*
|
|
Example using M5UnitUnified for UnitIR (U002)
|
|
Receives IR remote signals and prints decoded protocol/address/command to Serial.
|
|
*/
|
|
#include "main/PlotToSerial.cpp"
|