mirror of
https://github.com/m5stack/M5UnitUnified.git
synced 2026-05-20 11:24:51 -07:00
10 lines
207 B
Arduino
10 lines
207 B
Arduino
/*
|
|
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*
|
|
Example of using only unit component without UnitUnified manager
|
|
*/
|
|
#include "main/ComponentOnly.cpp"
|