Skip to content

Commit 6a5c9f5

Browse files
Merge branch 'main' into BMP581
2 parents d85e406 + f1adcd4 commit 6a5c9f5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@
349349
[submodule "libraries/drivers/bma400"]
350350
path = libraries/drivers/bma400
351351
url = https://github.com/jposada202020/CircuitPython_BMA400.git
352+
[submodule "libraries/biplane"]
353+
path = libraries/biplane
354+
url = https://github.com/Uberi/biplane.git
352355
[submodule "libraries/drivers/bmp581"]
353356
path = libraries/drivers/bmp581
354-
url = https://github.com/jposada202020/CircuitPython_BMP581.git
357+
url = https://github.com/jposada202020/CircuitPython_BMP581.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
6666
## Helpers:
6767
* [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/))
6868
* [Ansi Escape Codes](https://github.com/s-light/CircuitPython_ansi_escape_code) Simple helper library for common ANSI escape codes ([PyPI](https://pypi.org/project/circuitpython-ansi-escape-code/)) \([Docs](https://circuitpython-ansi-escape-code.readthedocs.io/))
69+
* [Biplane](https://github.com/Uberi/biplane/) Minimal, fast, robust HTTP server library that uses non-blocking concurrent I/O even when asyncio isn't available ([PyPI](https://pypi.org/project/biplane/)) ([Docs](https://github.com/Uberi/biplane/blob/main/README.md))
6970
* [CIRCUITPYTHON ifttt](https://github.com/benevpi/CIRCUITPYTHON_ifttt.git) A simple link to If This Then That (IFTTT) webhooks \([Docs](https://circuitpython-ifttt.readthedocs.io/))
7071
* [CircuitPython_AirQualityTools](https://github.com/CedarGroveStudios/CircuitPython_AirQualityTools.git) Calculate PM2.5 and CO2 air quality levels \([Docs](https://github.com/CedarGroveStudios/CircuitPython_AirQualityTools/blob/main/media/pseudo_rtd_cedargrove_airqualitytools.pdf))
7172
* [CircuitPython ArrowLine](https://github.com/jposada202020/CircuitPython_ArrowLine.git) Utility function to draw arrow lines using vectorio and DisplayIO ([PyPi](https://pypi.org/project/circuitpython-ArrowLine)) \([Docs](https://circuitpython-arrowline.readthedocs.io/))

libraries/biplane

Submodule biplane added at 00771ae

0 commit comments

Comments
 (0)