diff --git a/.gitmodules b/.gitmodules index 01052b1..46edbe4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -301,9 +301,6 @@ [submodule "libraries/helpers/simple_dial"] path = libraries/helpers/simple_dial url = https://github.com/jposada202020/CircuitPython_simple_dial.git -[submodule "libraries/drivers/isl29125"] - path = libraries/drivers/isl29125 - url = https://github.com/jposada202020/CircuitPython_isl29125.git [submodule "libraries/helpers/mcp23017_scanner"] path = libraries/helpers/mcp23017_scanner url = https://github.com/Neradoc/CircuitPython_mcp23017_Scanner @@ -331,12 +328,6 @@ [submodule "libraries/helpers/slider"] path = libraries/helpers/slider url = https://github.com/jposada202020/CircuitPython_slider.git -[submodule "libraries/drivers/lps28"] - path = libraries/drivers/lps28 - url = https://github.com/jposada202020/CircuitPython_LPS28.git -[submodule "libraries/drivers/stts22h"] - path = libraries/drivers/stts22h - url = https://github.com/jposada202020/CircuitPython_STTS22H.git [submodule "libraries/drivers/axp192"] path = libraries/drivers/axp192 url = https://github.com/CDarius/CircuitPython_AXP192.git @@ -349,9 +340,6 @@ [submodule "libraries/drivers/ps2controller"] path = libraries/drivers/ps2controller url = https://github.com/todbot/CircuitPython_PS2Controller.git -[submodule "libraries/drivers/h3lis200dl"] - path = libraries/drivers/h3lis200dl - url = https://github.com/jposada202020/CircuitPython_H3LIS200DL.git [submodule "libraries/drivers/ltc166x"] path = libraries/drivers/ltc166x url = https://github.com/creativecontrol/creativecontrol_CircuitPython_LTC166X.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index eae2778..b39738b 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -21,17 +21,14 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython GC9D01](https://github.com/tylercrumpton/CircuitPython_GC9D01.git) Displayio driver for GC9D01 TFT LCD displays. * [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)) * [CircuitPython_GT911](https://github.com/rgrizzell/CircuitPython_GT911.git) Driver for the Goodix GT911 touchscreen sensor. \([Docs](https://circuitpython-gt911.readthedocs.io/en/latest/)) -* [CircuitPython H3LIS200DL](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/)) * [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/)) * [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/)) * [CircuitPython I2C Expanders](https://github.com/ilikecake/CircuitPython_I2C_Expanders.git) Drivers for various i2C expanders. Current support for PCA9555, PCAL9555, PCA9554, PCAL9554, PCA9538, PCAL9538. ([PyPi](https://pypi.org/project/circuitpython-i2c-expanders/)) \([Docs](https://circuitpython-i2c-expanders.readthedocs.io/en/latest/)) * [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/)) -* [CircuitPython ISL29125](https://github.com/jposada202020/CircuitPython_isl29125.git) Driver for the ISL29125 Light Sensor ([PyPi](https://pypi.org/project/circuitpython-isl29125/) )\([Docs](https://circuitpython-isl29125.readthedocs.io/en/latest/)) * [CircuitPython JLed](https://github.com/jandelgado/jled-circuitpython) Non-blocking LED effects. \([Docs](https://jandelgado.github.io/jled-circuitpython)) * [CircuitPython Laser AT](https://github.com/furbrain/CircuitPython_laser_at.git) Driver for a cheap laser rangefinder \([Docs](https://circuitpython-laser-at.readthedocs.io/en/latest/)) * [CircuitPython Laser Egismos](https://github.com/furbrain/CircuitPython_laser_egismos.git) Driver for the Egismos laser rangefinder module 2 \([Docs](https://circuitpython-laser-egismos.readthedocs.io/en/latest/)) * [CircuitPython LILYGO T-Deck](https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git) CircuitPython drivers for the LILYGO T-Deck peripherals. ([PyPi](https://pypi.org/project/circuitpython-lilygo-t-deck/)) \([Docs](https://circuitpython-lilygo-t-deck.readthedocs.io/en/latest/)) -* [CircuitPython LPS28DFW](https://github.com/jposada202020/CircuitPython_LPS28.git) Driver for Sparkfun LPS28DFW Sensor ([PyPi](https://pypi.org/project/circuitpython-lps28/) )\([Docs](https://circuitpython-lps28.readthedocs.io/en/latest/)) * [CircuitPython M5Stack PbHub](https://github.com/CDarius/CircuitPython_M5Stack_PbHub.git) Driver for the M5Stack PbHub \([Docs](https://circuitpython-m5stack-pbhub.readthedocs.io/en/latest/)) * [CircuitPython MCP48XX](https://github.com/brushmate/CircuitPython_MCP48XX.git) Driver for the Microchip MCP4801, MCP4811, MCP4821, MCP4802, MCP4812, and MCP4822 digital to analog converters ([PyPi](https://pypi.org/project/circuitpython-mcp48xx/) )\([Docs](https://circuitpython-mcp48xx.readthedocs.io/en/latest/)) * [CircuitPython MPU6886](https://github.com/jins-tkomoda/CircuitPython_MPU6886.git) Driver for the MPU6886 inertial measurement unit ([Docs](https://circuitpython-mpu6886.readthedocs.io/en/latest/)) diff --git a/libraries/drivers/h3lis200dl b/libraries/drivers/h3lis200dl deleted file mode 160000 index 969dfd0..0000000 --- a/libraries/drivers/h3lis200dl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 969dfd0115174708f9cda5450ce9704fb14d39a2 diff --git a/libraries/drivers/isl29125 b/libraries/drivers/isl29125 deleted file mode 160000 index 2258d10..0000000 --- a/libraries/drivers/isl29125 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2258d10ae1639ca5ae70b9f731729b03c5800324 diff --git a/libraries/drivers/lps28 b/libraries/drivers/lps28 deleted file mode 160000 index 2dda08a..0000000 --- a/libraries/drivers/lps28 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2dda08a392192b7f1968c28f40a119498b7f2f59