Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…unity_Bundle into add-mpu6886
  • Loading branch information
tekktrik committed Dec 27, 2023
2 parents 1fe89b2 + c763eab commit e218604
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 12 deletions.
27 changes: 24 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@
[submodule "libraries/drivers/bma400"]
path = libraries/drivers/bma400
url = https://github.com/jposada202020/CircuitPython_BMA400.git
[submodule "libraries/biplane"]
path = libraries/biplane
url = https://github.com/Uberi/biplane.git
[submodule "libraries/drivers/bmp581"]
path = libraries/drivers/bmp581
url = https://github.com/jposada202020/CircuitPython_BMP581.git
Expand Down Expand Up @@ -400,6 +397,30 @@
[submodule "libraries/drivers/qmi8658c"]
path = libraries/drivers/qmi8658c
url = https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git
[submodule "libraries/helpers/toml"]
path = libraries/helpers/toml
url = https://github.com/elpekenin/circuitpython_toml.git
[submodule "libraries/drivers/lilygo_tdeck"]
path = libraries/drivers/lilygo_tdeck
url = https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git
[submodule "libraries/drivers/P1AM"]
path = libraries/drivers/P1AM
url = https://github.com/facts-engineering/CircuitPython_P1AM.git
[submodule "libraries/helpers/p1am_200_helpers"]
path = libraries/helpers/p1am_200_helpers
url = https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git
[submodule "libraries/helpers/RS485-Wrapper"]
path = libraries/helpers/RS485-Wrapper
url = https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git
[submodule "libraries/helpers/biplane"]
path = libraries/helpers/biplane
url = https://github.com/Uberi/biplane.git
[submodule "libraries/drivers/segment_display"]
path = libraries/drivers/segment_display
url = https://github.com/bablokb/circuitpython-segment-display.git
[submodule "libraries/helpers/wavebuilder"]
path = libraries/helpers/wavebuilder
url = https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git
[submodule "libraries/drivers/mpu6886"]
path = libraries/drivers/mpu6886
url = https://github.com/jins-tkomoda/CircuitPython_MPU6886.git
7 changes: 7 additions & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [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 MC3479](https://github.com/jposada202020/CircuitPython_MC3479.git) Driver for the Memsic MC3479 Accelerometer ([PyPi](https://pypi.org/project/circuitpython-mc3479/) )\([Docs](https://circuitpython-mc3479.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/))
Expand Down Expand Up @@ -74,6 +75,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [TM1637 7-Segment Display](https://github.com/Neradoc/CircuitPython_tm1637_display.git) CircuitPython library for a TM1637 7-segment display board ([Docs](https://tm1637-display-for-circuitpython.readthedocs.io/))
* [Waveshare's I2C Character Display LCD1602](https://github.com/Neradoc/Circuitpython_Waveshare_LCD1602.git) Drive for Waveshare's I2C character display LCD1602 ([PyPi](https://pypi.org/project/circuitpython-waveshare-lcd1602)) \([Docs](https://waveshare-lcd1602-circuitpython-driver.readthedocs.io/))
* [Woolsey Workshop CircuitPython 74HC165](https://github.com/WoolseyWorkshop/WoolseyWorkshop_CircuitPython_74HC165.git) CircuitPython driver for 74HC165 shift register. ([PyPI](https://pypi.org/project/woolseyworkshop-circuitpython-74hc165/)) \([Docs](https://woolseyworkshop-circuitpython-74hc165.readthedocs.io/en/latest/))
* [Waveshare's I2C E-Ink Segment-Display](https://github.com/bablokb/circuitpython-segment-display.git) CircuitPython driver for E-Ink Segment-Display

## Helpers:
* [Absolute Mouse](https://github.com/Neradoc/CircuitPython_Absolute_Mouse) An Absolute Position Mouse HID library and descriptor for adafruit\_hid ([Docs](https://circuitpython-absolute-mouse.readthedocs.io/))
Expand Down Expand Up @@ -126,9 +128,11 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [CircuitPython simple_dial](https://github.com/jposada202020/CircuitPython_simple_dial.git) Simple dial to graph Gyros, dial or simple clocks ([PyPi](https://pypi.org/project/circuitpython-simnple-dial/)) \([Docs](https://circuitpython-simple-dial.readthedocs.io/en/latest/))
* [CircuitPython Styles](https://github.com/jposada202020/CircuitPython_styles.git) Library helper to add styles to CircuitPython display functions CircuitPython widgets ([PyPi](https://pypi.org/project/circuitpython-styles)) \([Docs](https://circuitpython-styles.readthedocs.io/en/latest/))
* [CircuitPython_TemperatureTools](https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools.git) A collection of Dew Point, Heat Index, and temperature unit helpers \([Docs](https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools/blob/main/media/pseudo_rtd_cedargrove_temperaturetools.pdf))
* [CircuitPython_TOML](https://github.com/elpekenin/circuitpython_toml.git) A subset of CPython's built-in module for working with TOML data. Useful for complex data on `settings.toml` where `os.getenv` is not enough.
* [CircuitPython_TouchCalibrator](https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git) A resistive touchscreen calibrator for Adafruit built-in and TFT FeatherWing displays
* [CircuitPython TZDB](https://github.com/evindunn/circuitpython_tzdb) IANA timezones for adafruit_datetime ([PyPi](https://pypi.org/project/circuitpython-tzdb/)) \([Docs](https://circuitpython-tzdb.readthedocs.io/en/latest/))
* [CircuitPython uplot](https://github.com/jposada202020/CircuitPython_uplot) Plot library for CircuitPython ([PyPi](https://pypi.org/project/circuitpython-uplot/)) \([Docs](https://circuitpython-uplot.readthedocs.io/en/latest/))
* [CircuitPython_WaveBuilder](https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git) A CircuitPython class to construct a composite synthio wave table from a collection of oscillators. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder/blob/main/media/pseudo_rtd_cedargrove_wavebuilder.pdf))
* [Gamblor21 CircuitPython AHRS](https://github.com/gamblor21/Gamblor21_CircuitPython_AHRS.git) This library contains right now one algorithm for AHRS - Attitude and Heading Reference System \([Docs](https://circuitpython-ahrs.readthedocs.io/))
* [Jepler CircuitPython udecimal](https://github.com/jepler/Jepler_CircuitPython_udecimal.git) Reduced version of the decimal library for CircuitPython ([PyPi](https://pypi.org/project/jepler-circuitpython-udecimal)) \([Docs](https://jepler-udecimal.readthedocs.io/en/latest/))
* [PiperBlocklyLibrary](https://github.com/buildwithpiper/PiperBlocklyLibrary.git) CircuitPython Library to support block-coding using the RP Pico microcontroller
Expand All @@ -139,5 +143,8 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [nonblocking Serial Input](https://github.com/s-light/CircuitPython_nonblocking_serialinput) CircuitPython helper library to handle serial user input in a nonblocking way \([Docs](https://circuitpython-nonblocking-serialinput.readthedocs.io/))
* [NVM Helper](https://github.com/FoamyGuy/Foamyguy_CircuitPython_nvm_helper) Easy interface to store and retrieve objects persisted via NVM \([Docs](https://circuitpython-nvm-helper.readthedocs.io/))
* [UUIDv4](https://github.com/DerBroader71/circuitpython_uuid4) This is a CircuitPython library to generate a UUID version 4
* [P1AM](https://github.com/facts-engineering/CircuitPython_P1AM.git) A CircuitPython driver library for the P1AM product family.
* [p1am_200_helpers](https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git) A CircuitPython helper library for the features of the P1AM-200.
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
* [Cirque Pinnacle](https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle) A driver library to use circular trackpads (as seen in the Steam controller and HTC Vive VR controllers) empowered with Cirque's 1CA027 ASIC (surnamed "Pinnacle"). More information can be found in the [documentation](https://circuitpython-cirque-pinnacle.rtfd.io).
1 change: 0 additions & 1 deletion libraries/biplane
Submodule biplane deleted from 7e91e8
1 change: 1 addition & 0 deletions libraries/drivers/P1AM
Submodule P1AM added at b316b7
1 change: 1 addition & 0 deletions libraries/drivers/lilygo_tdeck
Submodule lilygo_tdeck added at 9eeaf3
2 changes: 1 addition & 1 deletion libraries/drivers/nau7802
2 changes: 1 addition & 1 deletion libraries/drivers/qmi8658c
1 change: 1 addition & 0 deletions libraries/drivers/segment_display
Submodule segment_display added at 04f451
1 change: 1 addition & 0 deletions libraries/helpers/RS485-Wrapper
Submodule RS485-Wrapper added at 229192
1 change: 1 addition & 0 deletions libraries/helpers/biplane
Submodule biplane added at 76e41f
2 changes: 1 addition & 1 deletion libraries/helpers/microosc
1 change: 1 addition & 0 deletions libraries/helpers/p1am_200_helpers
Submodule p1am_200_helpers added at 402328
1 change: 1 addition & 0 deletions libraries/helpers/toml
Submodule toml added at fd1687
1 change: 1 addition & 0 deletions libraries/helpers/wavebuilder
Submodule wavebuilder added at 2b7e87

0 comments on commit e218604

Please sign in to comment.