Skip to content

Commit 7186ee6

Browse files
committed
updated info docstring
1 parent 53fffea commit 7186ee6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

adafruit_vl53l0x.py

+14
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@
3030
See usage in the examples/simpletest.py file.
3131
3232
* 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
3347
"""
3448
import math
3549
import time

0 commit comments

Comments
 (0)