adding a noice ambient light sensor
This commit is contained in:
parent
4717407c41
commit
8f3ba132ef
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -700,3 +700,6 @@
|
||||||
[submodule "libraries/drivers/pcf8591"]
|
[submodule "libraries/drivers/pcf8591"]
|
||||||
path = libraries/drivers/pcf8591
|
path = libraries/drivers/pcf8591
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8591.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8591.git
|
||||||
|
[submodule "libraries/drivers/bh1750"]
|
||||||
|
path = libraries/drivers/bh1750
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_BH1750.git
|
||||||
|
|
|
||||||
|
|
@ -366,6 +366,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
|
||||||
|
|
||||||
APDS9960 Proximity, Light, RGB, and Gesture <https://circuitpython.readthedocs.io/projects/apds9960/en/latest/>
|
APDS9960 Proximity, Light, RGB, and Gesture <https://circuitpython.readthedocs.io/projects/apds9960/en/latest/>
|
||||||
AS726x Color Spectrum Sensor <https://circuitpython.readthedocs.io/projects/as726x/en/latest/>
|
AS726x Color Spectrum Sensor <https://circuitpython.readthedocs.io/projects/as726x/en/latest/>
|
||||||
|
BH1750 Ambient Light <https://circuitpython.readthedocs.io/projects/bh1750/en/latest/>
|
||||||
TCS34725 Color Sensor <https://circuitpython.readthedocs.io/projects/tcs34725/en/latest/>
|
TCS34725 Color Sensor <https://circuitpython.readthedocs.io/projects/tcs34725/en/latest/>
|
||||||
TSL2561 Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2561/en/latest/>
|
TSL2561 Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2561/en/latest/>
|
||||||
TSL2591 High Dynamic Range Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2591/en/latest/>
|
TSL2591 High Dynamic Range Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2591/en/latest/>
|
||||||
|
|
|
||||||
1
libraries/drivers/bh1750
Submodule
1
libraries/drivers/bh1750
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c55bda840623ae6f22589fb8187b42a3cc1ffaa7
|
||||||
Loading…
Reference in a new issue