Skip to content

Commit 3a51190

Browse files
authored
Merge pull request #233 from kattni/add-libs
Adding libs.
2 parents 0910cc5 + b58b234 commit 3a51190

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,3 +643,15 @@
643643
[submodule "libraries/drivers/hts221"]
644644
path = libraries/drivers/hts221
645645
url = https://github.com/adafruit/Adafruit_CircuitPython_HTS221.git
646+
[submodule "libraries/helpers/ble-broadcastnet"]
647+
path = libraries/helpers/ble-broadcastnet
648+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_BroadcastNet.git
649+
[submodule "libraries/helpers/debug-i2c"]
650+
path = libraries/helpers/debug-i2c
651+
url = https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C.git
652+
[submodule "libraries/helpers/wsgi"]
653+
path = libraries/helpers/wsgi
654+
url = https://github.com/adafruit/Adafruit_CircuitPython_WSGI.git
655+
[submodule "libraries/helpers/progressbar"]
656+
path = libraries/helpers/progressbar
657+
url = https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git

docs/drivers.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,19 @@ Helpers for building graphical interfaces using the displayio core module and fr
5757

5858
Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/>
5959
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/>
60+
Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/>
6061
Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/>
6162
Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/>
6263
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/>
63-
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
64-
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
65-
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
6664
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>
67-
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
68-
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
69-
Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/>
7065
GFX (framebuf) <https://circuitpython.readthedocs.io/projects/gfx/en/latest/>
66+
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
67+
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
68+
ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/>
69+
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
70+
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
71+
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
72+
WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/>
7173

7274
Motor Helpers
7375
^^^^^^^^^^^^^^
@@ -117,6 +119,7 @@ Helpers for Bluetooth Low Energy (BLE).
117119
BLE base library<https://circuitpython.readthedocs.io/projects/ble/en/latest/>
118120
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
119121
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
122+
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/>
120123
BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
121124
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
122125
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
@@ -172,6 +175,7 @@ Miscellaneous Helpers
172175
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
173176
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
174177
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
178+
Debug I2C <https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/>
175179
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
176180
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
177181
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>

libraries/helpers/ble-broadcastnet

Submodule ble-broadcastnet added at df145c9

libraries/helpers/debug-i2c

Submodule debug-i2c added at 4e7463b

libraries/helpers/progressbar

Submodule progressbar added at 73870c4

libraries/helpers/wsgi

Submodule wsgi added at e7835a7

0 commit comments

Comments
 (0)