awesome-micropython icon indicating copy to clipboard operation
awesome-micropython copied to clipboard

Add APDS9960 driver

Open QuirkyCort opened this issue 1 year ago • 0 comments

This is a driver for the APDS9960. https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/apds9960.py

Compared to the current driver listed on awesome-micropython, this one adds simple gesture detection (up, down, left, and right).

This driver was written for the IoTy project (...a web-based blocks to Python system, similar to BIPES), so it doesn't have it's own repository.

QuirkyCort avatar Sep 04 '23 15:09 QuirkyCort