Added base64 and HMAC submodules
This commit is contained in:
parent
64572fa465
commit
b020d54bc4
3 changed files with 6 additions and 4 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
libraries/helpers/HMAC
Submodule
1
libraries/helpers/HMAC
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5dc7973be38405be3f2b0a686f09d9a358924b15
|
||||
1
libraries/helpers/base64
Submodule
1
libraries/helpers/base64
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ab75a32ab875f90920d6fe37d502c334c777d687
|
||||
Loading…
Reference in a new issue