Skip to content

Commit 143a506

Browse files
authored
Merge pull request #231 from siddacious/hts221
adding hts221
2 parents bc34b15 + 76c2a6d commit 143a506

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
@@ -640,3 +640,6 @@
640640
[submodule "libraries/helpers/ble_eddystone"]
641641
path = libraries/helpers/ble_eddystone
642642
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git
643+
[submodule "libraries/drivers/hts221"]
644+
path = libraries/drivers/hts221
645+
url = https://github.com/adafruit/Adafruit_CircuitPython_HTS221.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
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
320320
DPS310 Precision Barometric Pressure / Altitude Sensor <https://adafruit-circuitpython-dsp310.readthedocs.io/en/latest/>
321321
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
322+
HTS221 Temperature and Humidity Sensor <https://adafruit-circuitpython-hts221.readthedocs.io/en/latest/>
322323
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
323324
LPS2X Family of Barometric Pressure, Temperature Sensors <https://adafruit-circuitpython-lps2x.readthedocs.io/en/latest/>
324325
LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/>

libraries/drivers/hts221

Submodule hts221 added at b959cdd

0 commit comments

Comments
 (0)