From a32c84ea6cea276fda820a2851b68a2289308eec Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Thu, 2 Apr 2020 16:51:21 -0700 Subject: [PATCH] Adding Parse --- .gitmodules | 3 +++ libraries/helpers/parse | 1 + 2 files changed, 4 insertions(+) create mode 160000 libraries/helpers/parse diff --git a/.gitmodules b/.gitmodules index c7938b5..b5f0321 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "libraries/helpers/HMAC"] path = libraries/helpers/HMAC url = https://github.com/jimbobbennett/CircuitPython_HMAC +[submodule "libraries/helpers/parse"] + path = libraries/helpers/parse + url = https://github.com/jimbobbennett/CircuitPython_Parse diff --git a/libraries/helpers/parse b/libraries/helpers/parse new file mode 160000 index 0000000..e5c2f01 --- /dev/null +++ b/libraries/helpers/parse @@ -0,0 +1 @@ +Subproject commit e5c2f0138ab55d66f05832b072e4f6696b51141f