Skip to content

Commit

Permalink
Merge pull request #34 from jimbobbennett/master
Browse files Browse the repository at this point in the history
Added base64 and HMAC libraries
  • Loading branch information
tannewt authored Mar 31, 2020
2 parents 73471fe + b020d54 commit 42ba72a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@
[submodule "libraries/drivers/mitutoyo"]
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
[submodule "libraries/helpers/HMAC"]
path = libraries/helpers/HMAC
url = https://github.com/jimbobbennett/CircuitPython_HMAC
1 change: 1 addition & 0 deletions libraries/helpers/HMAC
Submodule HMAC added at 5dc797
1 change: 1 addition & 0 deletions libraries/helpers/base64
Submodule base64 added at ab75a3

0 comments on commit 42ba72a

Please sign in to comment.