You've already forked M5Unit-GESTURE
mirror of
https://github.com/m5stack/M5Unit-GESTURE.git
synced 2026-05-20 11:28:10 -07:00
14 lines
269 B
Arduino
14 lines
269 B
Arduino
/*
|
|
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*
|
|
Example of sending identified gestures as keyboard commands via BLE
|
|
Required
|
|
- M5Unified
|
|
- NimBLE-Arduino
|
|
- BLE-keyboard
|
|
*/
|
|
#include "main/BLEKeyboard.cpp"
|