File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 400
400
[submodule "libraries/helpers/display-text "]
401
401
path = libraries/helpers/display-text
402
402
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git
403
+ [submodule "libraries/helpers/binascii "]
404
+ path = libraries/helpers/binascii
405
+ url = https://github.com/adafruit/Adafruit_CircuitPython_binascii.git
403
406
[submodule "libraries/helpers/bitmap-font "]
404
407
path = libraries/helpers/bitmap-font
405
408
url = https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font.git
514
517
[submodule "libraries/helpers/hashlib "]
515
518
path = libraries/helpers/hashlib
516
519
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
520
+ [submodule "libraries/helpers/rsa "]
521
+ path = libraries/helpers/rsa
522
+ url = https://github.com/adafruit/Adafruit_CircuitPython_RSA .git
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
70
70
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/ >
71
71
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/ >
72
72
Ring Tone Text Transfer Language (RTTTL) <https://circuitpython.readthedocs.io/projects/rtttl/en/latest/ >
73
+ RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/ >
73
74
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/ >
74
75
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/ >
75
76
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/ >
You can’t perform that action at this time.
0 commit comments