File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 514
514
[submodule "libraries/helpers/hashlib "]
515
515
path = libraries/helpers/hashlib
516
516
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
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ These libraries build on top of the low level APIs to simplify common tasks.
40
40
Adafruit IO <https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/ >
41
41
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/ >
42
42
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/ >
43
+ binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/ >
43
44
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/ >
44
- hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/ >
45
45
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/ >
46
46
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/ >
47
47
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.
53
53
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/ >
54
54
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/ >
55
55
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/ >
56
+ hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/ >
56
57
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/ >
57
58
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/ >
58
59
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/ >
You can’t perform that action at this time.
0 commit comments