Skip to content

Commit b383957

Browse files
authored
Merge pull request #182 from brentru/add-binascii
Add Binascii to bundle
2 parents d817a87 + 2f20f1c commit b383957

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,3 +514,6 @@
514514
[submodule "libraries/helpers/hashlib"]
515515
path = libraries/helpers/hashlib
516516
url = https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git
517+
[submodule "libraries/helpers/binascii"]
518+
path = libraries/helpers/binascii
519+
url = https://github.com/adafruit/Adafruit_CircuitPython_binascii.git

docs/drivers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ These libraries build on top of the low level APIs to simplify common tasks.
4040
Adafruit IO <https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/>
4141
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
4242
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/>
43+
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
4344
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/>
44-
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
4545
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
4646
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
4747
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
@@ -53,6 +53,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
5353
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/>
5454
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/>
5555
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>
56+
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
5657
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/>
5758
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
5859
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>

libraries/helpers/binascii

Submodule binascii added at b33c0f4

0 commit comments

Comments
 (0)