Skip to content

Commit e218604

Browse files
committed
2 parents 1fe89b2 + c763eab commit e218604

19 files changed

+47
-12
lines changed

.gitmodules

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,6 @@
346346
[submodule "libraries/drivers/bma400"]
347347
path = libraries/drivers/bma400
348348
url = https://github.com/jposada202020/CircuitPython_BMA400.git
349-
[submodule "libraries/biplane"]
350-
path = libraries/biplane
351-
url = https://github.com/Uberi/biplane.git
352349
[submodule "libraries/drivers/bmp581"]
353350
path = libraries/drivers/bmp581
354351
url = https://github.com/jposada202020/CircuitPython_BMP581.git
@@ -400,6 +397,30 @@
400397
[submodule "libraries/drivers/qmi8658c"]
401398
path = libraries/drivers/qmi8658c
402399
url = https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git
400+
[submodule "libraries/helpers/toml"]
401+
path = libraries/helpers/toml
402+
url = https://github.com/elpekenin/circuitpython_toml.git
403+
[submodule "libraries/drivers/lilygo_tdeck"]
404+
path = libraries/drivers/lilygo_tdeck
405+
url = https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git
406+
[submodule "libraries/drivers/P1AM"]
407+
path = libraries/drivers/P1AM
408+
url = https://github.com/facts-engineering/CircuitPython_P1AM.git
409+
[submodule "libraries/helpers/p1am_200_helpers"]
410+
path = libraries/helpers/p1am_200_helpers
411+
url = https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git
412+
[submodule "libraries/helpers/RS485-Wrapper"]
413+
path = libraries/helpers/RS485-Wrapper
414+
url = https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git
415+
[submodule "libraries/helpers/biplane"]
416+
path = libraries/helpers/biplane
417+
url = https://github.com/Uberi/biplane.git
418+
[submodule "libraries/drivers/segment_display"]
419+
path = libraries/drivers/segment_display
420+
url = https://github.com/bablokb/circuitpython-segment-display.git
421+
[submodule "libraries/helpers/wavebuilder"]
422+
path = libraries/helpers/wavebuilder
423+
url = https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git
403424
[submodule "libraries/drivers/mpu6886"]
404425
path = libraries/drivers/mpu6886
405426
url = https://github.com/jins-tkomoda/CircuitPython_MPU6886.git

circuitpython_community_library_list.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
3030
* [CircuitPython JLed](https://github.com/jandelgado/jled-circuitpython) Non-blocking LED effects. \([Docs](https://jandelgado.github.io/jled-circuitpython))
3131
* [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/))
3232
* [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/))
33+
* [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/))
3334
* [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/))
3435
* [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/))
3536
* [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/))
@@ -74,6 +75,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
7475
* [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/))
7576
* [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/))
7677
* [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/))
78+
* [Waveshare's I2C E-Ink Segment-Display](https://github.com/bablokb/circuitpython-segment-display.git) CircuitPython driver for E-Ink Segment-Display
7779

7880
## Helpers:
7981
* [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/))
@@ -126,9 +128,11 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
126128
* [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/))
127129
* [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/))
128130
* [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))
131+
* [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.
129132
* [CircuitPython_TouchCalibrator](https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git) A resistive touchscreen calibrator for Adafruit built-in and TFT FeatherWing displays
130133
* [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/))
131134
* [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/))
135+
* [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))
132136
* [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/))
133137
* [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/))
134138
* [PiperBlocklyLibrary](https://github.com/buildwithpiper/PiperBlocklyLibrary.git) CircuitPython Library to support block-coding using the RP Pico microcontroller
@@ -139,5 +143,8 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
139143
* [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/))
140144
* [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/))
141145
* [UUIDv4](https://github.com/DerBroader71/circuitpython_uuid4) This is a CircuitPython library to generate a UUID version 4
146+
* [P1AM](https://github.com/facts-engineering/CircuitPython_P1AM.git) A CircuitPython driver library for the P1AM product family.
147+
* [p1am_200_helpers](https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git) A CircuitPython helper library for the features of the P1AM-200.
142148
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC
149+
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
143150
* [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).

libraries/biplane

Lines changed: 0 additions & 1 deletion
This file was deleted.

libraries/drivers/P1AM

Submodule P1AM added at b316b74

libraries/drivers/lilygo_tdeck

Submodule lilygo_tdeck added at 9eeaf34

libraries/drivers/nau7802

libraries/drivers/qmi8658c

libraries/drivers/segment_display

Submodule segment_display added at 04f4515

libraries/helpers/RS485-Wrapper

Submodule RS485-Wrapper added at 229192f

libraries/helpers/biplane

Submodule biplane added at 76e41f5

libraries/helpers/p1am_200_helpers

Submodule p1am_200_helpers added at 4023287

libraries/helpers/toml

Submodule toml added at fd16879

libraries/helpers/wavebuilder

Submodule wavebuilder added at 2b7e871

0 commit comments

Comments
 (0)