From e6872cb915e27e44a1bb5a4f3ee5a167a506d73e Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 26 Jul 2017 11:58:41 -0700 Subject: [PATCH] Add example library that was created for Learn Guide. --- .gitmodules | 3 +++ libraries/helpers/example | 1 + 2 files changed, 4 insertions(+) create mode 160000 libraries/helpers/example diff --git a/.gitmodules b/.gitmodules index e41d1da..8d35270 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "circuitpython"] path = circuitpython url = https://github.com/adafruit/circuitpython.git +[submodule "libraries/helpers/example"] + path = libraries/helpers/example + url = https://github.com/tannewt/CircuitPython_Example.git diff --git a/libraries/helpers/example b/libraries/helpers/example new file mode 160000 index 0000000..4a55a4a --- /dev/null +++ b/libraries/helpers/example @@ -0,0 +1 @@ +Subproject commit 4a55a4a6d820ac80d511ee7ccc28f9e5b207e189