Skip to content

Commit 64572fa

Browse files
author
Jim Bennett
committed
Added base64 and MNAC submodules
1 parent 73471fe commit 64572fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@
6464
[submodule "libraries/drivers/mitutoyo"]
6565
path = libraries/drivers/mitutoyo
6666
url = https://github.com/vifino/CircuitPython-mitutoyo.git
67+
[submodule "libraries/helpers/base64"]
68+
path = libraries/helpers/base64
69+
url = https://github.com/jimbobbennett/CircuitPython-base64.git
70+
[submodule "libraries/helpers/HMAC"]
71+
path = libraries/helpers/HMAC
72+
url = https://github.com/jimbobbennett/CircuitPython-HMAC.git

0 commit comments

Comments
 (0)