You've already forked M5Unit-EXTIO
mirror of
https://github.com/m5stack/M5Unit-EXTIO.git
synced 2026-05-20 11:36:04 -07:00
10 lines
196 B
Arduino
10 lines
196 B
Arduino
/*
|
|
* SPDX-FileCopyrightText: 2025 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*
|
|
Digital output example using M5UnitUnified for UnitExtIO2
|
|
*/
|
|
#include "main/DigOutput.cpp"
|