From 1d8fd33a65da3af9287a1cde6cfee68f3d1dcf34 Mon Sep 17 00:00:00 2001 From: Ezra Schwartz Date: Tue, 13 Feb 2024 12:23:25 -0800 Subject: [PATCH] Updating with new library --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/helpers/ble_cycling_power_service | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/ble_cycling_power_service diff --git a/.gitmodules b/.gitmodules index 1fabebd..932cc41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -436,3 +436,6 @@ [submodule "libraries/helpers/softkeyboard"] path = libraries/helpers/softkeyboard url = https://github.com/FoamyGuy/CircuitPython_SoftKeyboard.git +[submodule "libraries/helpers/ble_cycling_power_service"] + path = libraries/helpers/ble_cycling_power_service + url = https://github.com/EzrSchwartz/Circuitpython_BLE_Cycling_Power_Service.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index c9ce43c..7b3ab8c 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -91,6 +91,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [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/)) * [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/)) * [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/)) +* [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. * [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/)) * [CircuitPython Candlesticks](https://github.com/jposada202020/CircuitPython_Candlesticks.git) Graphical representation of the stock movement in candlestick form ([PyPi](https://pypi.org/project/circuitpython-Candlesticks)) \([Docs](https://circuitpython-candlesticks.readthedocs.io/)) * [CircuitPython_Chime](https://github.com/CedarGroveStudios/CircuitPython_Chime.git) A class for generating wind chime and bell sounds using synthio. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_Chime/blob/main/media/pseudo_rtd_cedargrove_chime.pdf)) diff --git a/libraries/helpers/ble_cycling_power_service b/libraries/helpers/ble_cycling_power_service new file mode 160000 index 0000000..a9c073f --- /dev/null +++ b/libraries/helpers/ble_cycling_power_service @@ -0,0 +1 @@ +Subproject commit a9c073f9415eae55f74902a422f006d03b025ea3