Skip to content

Commit c594948

Browse files
authored
Merge pull request #229 from siddacious/lps2x
adding LPS2X
2 parents 8dd2337 + 67c8c4a commit c594948

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,3 +634,6 @@
634634
[submodule "libraries/helpers/ble_cycling_speed_and_cadence"]
635635
path = libraries/helpers/ble_cycling_speed_and_cadence
636636
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Cycling_Speed_and_Cadence.git
637+
[submodule "libraries/drivers/lps2x"]
638+
path = libraries/drivers/lps2x
639+
url = https://github.com/adafruit/Adafruit_CircuitPython_LPS2X.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
319319
DPS310 Precision Barometric Pressure / Altitude Sensor <https://adafruit-circuitpython-dsp310.readthedocs.io/en/latest/>
320320
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
321321
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
322+
LPS2X Family of Barometric Pressure, Temperature Sensors <https://adafruit-circuitpython-lps2x.readthedocs.io/en/latest/>
322323
LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/>
323324
MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/>
324325
MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/>

libraries/drivers/lps2x

Submodule lps2x added at 1438612

0 commit comments

Comments
 (0)