Skip to content

Commit 2bd2f87

Browse files
committed
Adding library H3LIS200DL
1 parent 3203257 commit 2bd2f87

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
@@ -373,3 +373,6 @@
373373
[submodule "libraries/helpers/display_ht16k33"]
374374
path = libraries/helpers/display_ht16k33
375375
url = https://github.com/jposada202020/CircuitPython_DISPLAY_HT16K33.git
376+
[submodule "libraries/drivers/h3lis200dl"]
377+
path = libraries/drivers/h3lis200dl
378+
url = https://github.com/jposada202020/CircuitPython_H3LIS200DL.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
2020
* [CircuitPython_DRV8830](https://github.com/CedarGroveStudios/CircuitPython_DRV8830.git) A driver for the DRV8830 DC motor controller.
2121
* [CircuitPython GC9A01](https://github.com/tylercrumpton/CircuitPython_GC9A01.git) Displayio driver for GC9A01 TFT LCD displays.
2222
* [CircuitPython gpio_expander](https://github.com/gpongelli/CircuitPython_gpio_expander.git) I2C GPIO expander support for PCA9534, PCA9535, PCA9555, TCA9534, TCA9535 and TCA9555 chips. ([PyPi](https://pypi.org/project/circuitpython-gpio-expander/)) \([Docs](https://github.com/gpongelli/CircuitPython_gpio_expander/blob/main/README.rst))
23+
* [CircuitPython BMP581](https://github.com/jposada202020/CircuitPython_H3LIS200DL.git) Driver for the ST H3LIS200DL Accelerometer sensor ([PyPi](https://pypi.org/project/circuitpython-h3lis200dl/)) \([Docs](https://circuitpython-h3lis200dl.readthedocs.io/en/latest/))
2324
* [CircuitPython HCSR04](https://github.com/mmabey/CircuitPython_HCSR04.git) Library for The HC-SR04 for measuring distances using microcontrollers \([Docs](https://circuitpython-hcsr04.readthedocs.io/en/latest/))
2425
* [CircuitPython HX711](https://github.com/fivesixzero/CircuitPython_HX711) CircuitPython driver for the HX711 load cell amplifer and ADC \([Docs](https://circuitpython-hx711.readthedocs.io/en/latest/))
2526
* [CircuitPython INA3221](https://github.com/barbudor/CircuitPython_INA3221.git) CircuitPython driver for the Texas Instruments' INA3221 3 channels current sensor. \([Docs](https://circuitpython-ina3221.readthedocs.io/en/latest/))

libraries/drivers/h3lis200dl

Submodule h3lis200dl added at 969dfd0

0 commit comments

Comments
 (0)