Skip to content

Commit fbf5280

Browse files
Merge pull request #179 from furbrain/main
Replace CircuitPython_distox with CircuitPython_CaveBLE
2 parents 40adba4 + 2fa44d5 commit fbf5280

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,6 @@
286286
[submodule "libraries/drivers/pcf85063a"]
287287
path = libraries/drivers/pcf85063a
288288
url = https://github.com/bablokb/circuitpython-pcf85063a.git
289-
[submodule "libraries/helpers/distox"]
290-
path = libraries/helpers/distox
291-
url = https://github.com/furbrain/CircuitPython_distox.git
292289
[submodule "libraries/helpers/async_button"]
293290
path = libraries/helpers/async_button
294291
url = https://github.com/furbrain/CircuitPython_async_button.git
@@ -382,3 +379,6 @@
382379
[submodule "libraries/drivers/ltc166x"]
383380
path = libraries/drivers/ltc166x
384381
url = https://github.com/creativecontrol/creativecontrol_CircuitPython_LTC166X.git
382+
[submodule "libraries/helpers/caveble"]
383+
path = libraries/helpers/caveble
384+
url = https://github.com/furbrain/CircuitPython_CaveBLE.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
9090
* [CircuitPython DiscordBot](https://github.com/2231puppy/CircuitPython_DiscordBot.git) A very simple Discord API for CircuitPython
9191
* [CircuitPython_DisplayIO_ListSelect](https://github.com/FoamyGuy/CircuitPython_DisplayIO_ListSelect) CircuitPython displayio widget to show a list and allow user to select an item from it.
9292
* [CircuitPython Display Frame](https://github.com/FoamyGuy/CircuitPython_Display_Frame.git) CircuitPython displayio widget to create a rounded rectangle frame with text label at the top center ([PyPi](https://pypi.org/project/circuitpython-display-frame)) \([Docs](https://circuitpython.readthedocs.io/projects/display_frame/en/latest/))
93-
* [CircuitPython DistoX](https://github.com/furbrain/CircuitPython_distox.git) Communicate with surveying devices using the DistoX protocol \([Docs](https://circuitpython-distox.readthedocs.io/en/latest/))
93+
* [CircuitPython CaveBLE](https://github.com/furbrain/CircuitPython_CaveBLE.git) Communicate with cave surveying devices \([Docs](https://circuitpython-caveble.readthedocs.io/en/latest/))
9494
* [CircuitPython DST_Adjuster](https://github.com/CedarGroveStudios/CircuitPython_DST_Adjuster.git) Adjust struct time to North American Daylight Saving Time (DST) \([Docs](https://github.com/CedarGroveStudios/CircuitPython_DST_Adjuster/blob/main/media/pseudo_rtd_cedargrove_dst_adjuster.pdf))
9595
* [CircuitPython Equalizer](https://github.com/jposada202020/CircuitPython_equalizer) CircuitPython graphic equalizer with DisplayIO ([PyPi](https://pypi.org/project/circuitpython-equalizer) \([Docs](https://circuitpython-equalizer.readthedocs.io/))
9696
* [CircuitPython Example](https://github.com/tannewt/CircuitPython_Example.git) This is an example CircuitPython library used in an Adafruit Learn Guide \([Docs](https://circuitpython-example.readthedocs.io/en/latest/))

libraries/helpers/caveble

Submodule caveble added at f0ffe99

libraries/helpers/distox

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

0 commit comments

Comments
 (0)