https://github.com/stm32duino/proximity_gesture
Gesture library for proximity sensors
https://github.com/stm32duino/proximity_gesture
Last synced: 7 months ago
JSON representation
Gesture library for proximity sensors
- Host: GitHub
- URL: https://github.com/stm32duino/proximity_gesture
- Owner: stm32duino
- License: bsd-3-clause
- Created: 2017-11-10T09:40:28.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T15:34:53.000Z (almost 3 years ago)
- Last Synced: 2025-07-07T01:02:49.606Z (7 months ago)
- Language: C
- Size: 24.4 KB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Proximity Gesture
Arduino library to support gesture-detection using proximity sensors (VL53L0X or VL53L1X or VL6180X).
The APIs provide single swipe gesture detection, directional (left/right) swipe gesture detection and
single tap gesture detection.
## Note
You can find examples based on this library in the following packages:
* VL53L0X: https://github.com/stm32duino/VL53L0X
* X-NUCLEO-53L0A1: https://github.com/stm32duino/X-NUCLEO-53L0A1
* X-NUCLEO-53L1A1: https://github.com/stm32duino/X-NUCLEO-53L1A1
* X-NUCLEO-6180XA1: https://github.com/stm32duino/X-NUCLEO-6180XA1
## Documentation
You can find the source files at
https://github.com/stm32duino/Proximity_Gesture