An open API service indexing awesome lists of open source software.

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

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