Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ledbelly2142/VL6180X
This is a Micropython driver for the VL6180X sensor on the ESP32
https://github.com/Ledbelly2142/VL6180X
Last synced: 3 months ago
JSON representation
This is a Micropython driver for the VL6180X sensor on the ESP32
- Host: GitHub
- URL: https://github.com/Ledbelly2142/VL6180X
- Owner: Ledbelly2142
- License: mit
- Created: 2017-12-18T01:14:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T12:20:55.000Z (about 4 years ago)
- Last Synced: 2024-04-22T12:36:04.349Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - VL6180X - MicroPython driver for the VL6180X sensor on the ESP32. (Libraries / Sensors)
README
# VL6180X
This is a Micropython driver for the VL6180X sensor on the ESP32
Simple driver for the VL6180X sensor breakout board from Pololu, will likely work with Adafruit version as well.
This driver works with the ESP32
This is not a CircuitPython driver as it uses the I2C functions from machine lib.