File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 26
26
CircuitPython driver for TSL2561 Light Sensor.
27
27
28
28
* 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
29
49
"""
30
50
from adafruit_bus_device .i2c_device import I2CDevice
31
51
from micropython import const
You can’t perform that action at this time.
0 commit comments