Skip to content

Adding libs. #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -643,3 +643,15 @@
[submodule "libraries/drivers/hts221"]
path = libraries/drivers/hts221
url = https://github.com/adafruit/Adafruit_CircuitPython_HTS221.git
[submodule "libraries/helpers/ble-broadcastnet"]
path = libraries/helpers/ble-broadcastnet
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_BroadcastNet.git
[submodule "libraries/helpers/debug-i2c"]
path = libraries/helpers/debug-i2c
url = https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C.git
[submodule "libraries/helpers/wsgi"]
path = libraries/helpers/wsgi
url = https://github.com/adafruit/Adafruit_CircuitPython_WSGI.git
[submodule "libraries/helpers/progressbar"]
path = libraries/helpers/progressbar
url = https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git
16 changes: 10 additions & 6 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,19 @@ Helpers for building graphical interfaces using the displayio core module and fr

Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/>
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/>
Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/>
Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/>
Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/>
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/>
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/>
GFX (framebuf) <https://circuitpython.readthedocs.io/projects/gfx/en/latest/>
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/>
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/>

Motor Helpers
^^^^^^^^^^^^^^
Expand Down Expand Up @@ -117,6 +119,7 @@ Helpers for Bluetooth Low Energy (BLE).
BLE base library<https://circuitpython.readthedocs.io/projects/ble/en/latest/>
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/>
BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
Expand Down Expand Up @@ -172,6 +175,7 @@ Miscellaneous Helpers
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
Debug I2C <https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/>
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/ble-broadcastnet
Submodule ble-broadcastnet added at df145c
1 change: 1 addition & 0 deletions libraries/helpers/debug-i2c
Submodule debug-i2c added at 4e7463
1 change: 1 addition & 0 deletions libraries/helpers/progressbar
Submodule progressbar added at 73870c
1 change: 1 addition & 0 deletions libraries/helpers/wsgi
Submodule wsgi added at e7835a