Skip to content

Commit 5fdf0d3

Browse files
authored
Merge branch 'master' into add-hue
2 parents 6e8bdad + f45a73c commit 5fdf0d3

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,6 @@
439439
[submodule "libraries/helpers/hue"]
440440
path = libraries/helpers/hue
441441
url = https://github.com/adafruit/Adafruit_CircuitPython_Hue.git
442+
[submodule "libraries/drivers/lps35hw"]
443+
path = libraries/drivers/lps35hw
444+
url = https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git

circuitpython_library_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Adafruit CircuitPython Libraries
2-
![Blinka Reading](https://raw.githubusercontent.com/adafruit/circuitpython-weekly-newsletter/gh-pages/assets/22_1023blinka.png)
2+
![Blinka Reading](https://raw.githubusercontent.com/adafruit/circuitpython-weekly-newsletter/gh-pages/assets/archives/22_1023blinka.png)
33

44
Here is a listing of current Adafruit CircuitPython Libraries. There are 146 libraries available.
55

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
151151
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
152152
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
153153
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
154+
LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/>
154155
MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/>
155156
MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/>
156157
MAX31865 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31865/en/latest/>

libraries/drivers/lps35hw

Submodule lps35hw added at d9b1a1b

0 commit comments

Comments
 (0)