Files

18 lines
594 B
Arduino
Raw Permalink Normal View History

2025-08-22 13:56:09 +09:00
/*
* SPDX-FileCopyrightText: 2025 M5Stack Technology CO LTD
*
* SPDX-License-Identifier: MIT
*/
/*
2025-09-16 19:23:42 +09:00
Capture finger and show image example using M5UnitUnified for Unit/HatFinger
2025-08-22 13:56:09 +09:00
*/
2025-09-04 12:49:10 +09:00
// *************************************************************
// Choose one define symbol to match the unit you are using
// *************************************************************
#if !defined(USING_UNIT_FINGER) && !defined(USING_HAT_FINGER)
// #define USING_UNIT_FINGER
// #define USING_HAT_FINGER
#endif
// *************************************************************
2025-08-22 13:56:09 +09:00
#include "main/Capture.cpp"