Gesture Page turning with CircuitPython and Proximity Trinkey
- Download Adafruit-Circuitpython-Bundle LINK
- Place code.py and libraries in your Trinkey
[ProximityTrinKey Root]
├── code.py
└── lib
├── adafruit_apds9960
│ ├── __init__.mpy
│ ├── apds9960.mpy
│ └── colorutility.mpy
└── adafruit_hid
├── __init__.mpy
├── keyboard.mpy
└── keycode.mpy