We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fffea commit 7186ee6Copy full SHA for 7186ee6
adafruit_vl53l0x.py
@@ -30,6 +30,20 @@
30
See usage in the examples/simpletest.py file.
31
32
* Author(s): Tony DiCola
33
+
34
+Implementation Notes
35
+--------------------
36
37
+**Hardware:**
38
39
+* Adafruit `VL53L0X Time of Flight Distance Sensor - ~30 to 1000mm
40
+ <https://www.adafruit.com/product/3317>`_ (Product ID: 3317)
41
42
+**Software and Dependencies:**
43
44
+* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
45
+ https://github.com/adafruit/circuitpython/releases
46
+* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
47
"""
48
import math
49
import time
0 commit comments