Skip to content

Commit

Permalink
adding wiz helper library
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Dec 18, 2024
1 parent fb12840 commit 5f6fdbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1043,3 +1043,6 @@
[submodule "libraries/drivers/wm8960"]
path = libraries/drivers/wm8960
url = https://github.com/adafruit/Adafruit_CircuitPython_WM8960.git
[submodule "libraries/helpers/wiz"]
path = libraries/helpers/wiz
url = https://github.com/adafruit/Adafruit_CircuitPython_Wiz.git
1 change: 1 addition & 0 deletions circuitpython_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ There are 347 libraries available.
* [Adafruit CircuitPython USB Host Descriptors](https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Descriptors.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-usb-host-descriptors)) \([Docs](https://docs.circuitpython.org/projects/usb-host-descriptors/en/latest/))
* [Adafruit CircuitPython USB Host MIDI](https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_MIDI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-usb-host-midi)) \([Docs](https://docs.circuitpython.org/projects/usb-host-midi/en/latest/))
* [Adafruit CircuitPython USB Host Mass Storage](https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Mass_Storage.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-usb-host-mass-storage)) \([Docs](https://docs.circuitpython.org/projects/usb-host-mass-storage/en/latest/))
* [Adafruit_CircuitPython_Wiz](https://github.com/adafruit/Adafruit_CircuitPython_Wiz.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-wiz/) \([Docs](https://docs.circuitpython.org/projects/wiz/en/latest/))
* [Adafruit CircuitPython WSGI](https://github.com/adafruit/Adafruit_CircuitPython_WSGI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-wsgi)) \([Docs](https://docs.circuitpython.org/projects/wsgi/en/latest/))
* [Adafruit CircuitPython Waveform](https://github.com/adafruit/Adafruit_CircuitPython_Waveform.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-waveform)) \([Docs](https://docs.circuitpython.org/projects/waveform/en/latest/))
* [Adafruit CircuitPython asyncio](https://github.com/adafruit/Adafruit_CircuitPython_asyncio.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-asyncio)) \([Docs](https://docs.circuitpython.org/projects/asyncio/en/latest/))
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/wiz
Submodule wiz added at 2d9c65

0 comments on commit 5f6fdbc

Please sign in to comment.