File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 523
523
[submodule "libraries/helpers/ntp "]
524
524
path = libraries/helpers/ntp
525
525
url = https://github.com/adafruit/Adafruit_CircuitPython_NTP.git
526
+ [submodule "libraries/helpers/jwt "]
527
+ path = libraries/helpers/jwt
528
+ url = https://github.com/adafruit/Adafruit_CircuitPython_JWT.git
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
58
58
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/ >
59
59
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/ >
60
60
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/ >
61
+ JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/ >
61
62
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/ >
62
63
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/ >
63
64
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/ >
You can’t perform that action at this time.
0 commit comments