Skip to content

Commit fdacf66

Browse files
authored
Merge pull request #276 from prcutler/bambulabs
Add CircuitPython_bambulabs library to Community Bundle
2 parents 1aa13c4 + 76d14de commit fdacf66

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
@@ -526,3 +526,6 @@
526526
[submodule "libraries/drivers/tlv320aic3204"]
527527
path = libraries/drivers/tlv320aic3204
528528
url = https://github.com/relic-se/CircuitPython_TLV320AIC3204.git
529+
[submodule "libraries/helpers/bambulabs"]
530+
path = libraries/helpers/bambulabs
531+
url = https://github.com/prcutler/CircuitPython_bambulabs.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
9797
* [CircuitPython_async_button](https://github.com/furbrain/CircuitPython_async_button.git) async implementation of a button - allows detection of single, double and triple clicks \[Docs](https://circuitpython-async-button.readthedocs.io/en/latest/))
9898
* [CircuitPython_async_buzzer](https://github.com/furbrain/CircuitPython_async_buzzer.git) Utility to play simple tunes via pwmio asynchronously \[Docs](https://circuitpython-async-buzzer.readthedocs.io/en/latest/))
9999
* [CircuitPython AzureCustomVision Prediction](https://github.com/jimbobbennett/CircuitPython_AzureCustomVision_Prediction) CircuitPython prediction library for the Azure custom vision service ([PyPi](https://pypi.org/project/circuitpython-azurecustomvision-prediction)) ([Docs](https://circuitpython.readthedocs.io/projects/circuitpython_azurecustomvision_prediction/en/latest/))
100+
* [CircuitPython_bambulabs](https://github.com/prcutler/CircuitPython_bambulabs) CircuitPython helper library to query and display information from a Bambu Labs 3D printer ([PyPi](https://pypi.org/project/circuitpython-bambulabs/)) ([Docs](https://docs.circuitpython.org/projects/bundle/en/latest/))
100101
* [CircuitPython Base64](https://github.com/jimbobbennett/CircuitPython_Base64) RFC 3548: Base16, Base32, Base64 Data Encodings ([PyPi](https://pypi.org/project/circuitpython-base64)) ([Docs](https://circuitpython.readthedocs.io/projects/base64/en/latest/))
101102
* [CircuitPython_BLE_Cycling_Power_Service](https://github.com/EzrSchwartz/Circuitpython_BLE_Cycling_Power_Service.git) Extracting power in watts from a bluetooth low energy cycling power meter.
102103
* [CircuitPython Boxplot](https://github.com/jposada202020/CircuitPython_uboxplot) Helps calculate and graphs boxplots ([PyPi](https://pypi.org/project/circuitpython-uboxplot/)) ([Docs](https://circuitpython-uboxplot.readthedocs.io/en/latest/))

libraries/helpers/bambulabs

Submodule bambulabs added at 53b6b28

0 commit comments

Comments
 (0)