diff --git a/.gitmodules b/.gitmodules index fdd952a6..088898dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -514,3 +514,6 @@ [submodule "libraries/helpers/hashlib"] path = libraries/helpers/hashlib url = https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git +[submodule "libraries/helpers/binascii"] + path = libraries/helpers/binascii + url = https://github.com/adafruit/Adafruit_CircuitPython_binascii.git diff --git a/docs/drivers.rst b/docs/drivers.rst index 8968487a..31cffe68 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -40,8 +40,8 @@ These libraries build on top of the low level APIs to simplify common tasks. Adafruit IO AVR programming Azure IoT + binascii Bitmap Font - hashlib Bluefruit LE Connect App Bluetooth Low Energy (BLE) Board Test Suite @@ -53,6 +53,7 @@ These libraries build on top of the low level APIs to simplify common tasks. Display Text Fancy LED (similar to FastLED) Framebuf Module + hashlib Hue Lights Image Load InfraRed Remote diff --git a/libraries/helpers/binascii b/libraries/helpers/binascii new file mode 160000 index 00000000..b33c0f4c --- /dev/null +++ b/libraries/helpers/binascii @@ -0,0 +1 @@ +Subproject commit b33c0f4c24add955ee3d5f686e94d8374b301f15