From 521ee421458b6ea4aebf4afcb3c7b00fdb1e96bc Mon Sep 17 00:00:00 2001 From: ladyada Date: Thu, 11 Jan 2018 21:15:15 -0500 Subject: [PATCH] avr programmer helper! --- .gitmodules | 3 +++ libraries/helpers/avrprog | 1 + 2 files changed, 4 insertions(+) create mode 160000 libraries/helpers/avrprog diff --git a/.gitmodules b/.gitmodules index 36c3943c..aaab2bcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -157,3 +157,6 @@ [submodule "libraries/helpers/motor"] path = libraries/helpers/motor url = https://github.com/adafruit/Adafruit_CircuitPython_Motor.git +[submodule "libraries/helpers/avrprog"] + path = libraries/helpers/avrprog + url = https://github.com/adafruit/Adafruit_CircuitPython_AVRprog.git diff --git a/libraries/helpers/avrprog b/libraries/helpers/avrprog new file mode 160000 index 00000000..44b86501 --- /dev/null +++ b/libraries/helpers/avrprog @@ -0,0 +1 @@ +Subproject commit 44b86501b80612e30c202a6dd739fa06eed89959