Skip to content

Commit a1c7734

Browse files
committed
updated info docstring
1 parent 218032e commit a1c7734

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

adafruit_tsl2561.py

+20
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,26 @@
2626
CircuitPython driver for TSL2561 Light Sensor.
2727
2828
* Author(s): Carter Nelson
29+
30+
Implementation Notes
31+
--------------------
32+
33+
**Hardware:**
34+
35+
* Adafruit `TSL2561 Digital Luminosity/Lux/Light Sensor Breakout
36+
<https://www.adafruit.com/product/439>`_ (Product ID: 439)
37+
38+
* Adafruit `STEMMA - TSL2561 Digital Lux / Light Sensor
39+
<https://www.adafruit.com/product/3611>`_ (Product ID: 3611)
40+
41+
* Adafruit `Flora Lux Sensor - TSL2561 Light Sensor
42+
<https://www.adafruit.com/product/1246>`_ (Product ID: 1246)
43+
44+
**Software and Dependencies:**
45+
46+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
47+
https://github.com/adafruit/circuitpython/releases
48+
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2949
"""
3050
from adafruit_bus_device.i2c_device import I2CDevice
3151
from micropython import const

0 commit comments

Comments
 (0)