mirror of https://github.com/arendst/Tasmota.git
Updated Wemos D1 Mini and TSL2561 Luminosity Sensor (markdown)
parent
b1aba6da4d
commit
ba637129b2
|
@ -6,11 +6,9 @@
|
|||
|
||||
The TSL2561 luminosity sensor is an advanced digital light sensor, ideal for use in a wide range of light situations. See [TSL2561 luminosity sensor](https://learn.adafruit.com/tsl2561/overview) for more information.
|
||||
|
||||
_Note: before the TSL2561 can be used with Tasmota, make sure it's enabled. To enable it, remove the forward slashes before this line before you compile and upload tasmota to your Wemos device._
|
||||
_Note: For using the TSL2561 with Tasmota you have to use version [sonoff-sensors.bin](http://thehackbox.org/tasmota/sonoff-sensors.bin). _
|
||||
|
||||
|
||||
```
|
||||
#define USE_TSL2561 // Add I2C code for TSL2561 sensor using library Joba_Tsl2561 (+2k3 code)
|
||||
```
|
||||
|
||||
### Connecting the TSL2561 to a Wemos Mini D1
|
||||
|
||||
|
|
Loading…
Reference in New Issue