Skip to content

Commit 42ba72a

Browse files
authored
Merge pull request #34 from jimbobbennett/master
Added base64 and HMAC libraries
2 parents 73471fe + b020d54 commit 42ba72a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-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
70+
[submodule "libraries/helpers/HMAC"]
71+
path = libraries/helpers/HMAC
72+
url = https://github.com/jimbobbennett/CircuitPython_HMAC

libraries/helpers/HMAC

Submodule HMAC added at 5dc7973

libraries/helpers/base64

Submodule base64 added at ab75a32

0 commit comments

Comments
 (0)