Added base64 and HMAC submodules

This commit is contained in:
Jim Bennett 2020-03-30 16:02:53 -07:00
parent 64572fa465
commit b020d54bc4
3 changed files with 6 additions and 4 deletions

8
.gitmodules vendored
View file

@ -65,8 +65,8 @@
path = libraries/drivers/mitutoyo
url = https://github.com/vifino/CircuitPython-mitutoyo.git
[submodule "libraries/helpers/base64"]
path = libraries/helpers/base64
url = https://github.com/jimbobbennett/CircuitPython-base64.git
path = libraries/helpers/base64
url = https://github.com/jimbobbennett/CircuitPython_Base64
[submodule "libraries/helpers/HMAC"]
path = libraries/helpers/HMAC
url = https://github.com/jimbobbennett/CircuitPython-HMAC.git
path = libraries/helpers/HMAC
url = https://github.com/jimbobbennett/CircuitPython_HMAC

@ -0,0 +1 @@
Subproject commit 5dc7973be38405be3f2b0a686f09d9a358924b15

@ -0,0 +1 @@
Subproject commit ab75a32ab875f90920d6fe37d502c334c777d687