From 77eff937035b41af5362611351ea4eaca20602b3 Mon Sep 17 00:00:00 2001 From: Dave Astels Date: Wed, 26 Jun 2019 08:53:02 -0400 Subject: [PATCH] Add turtle graphics helper --- .gitmodules | 3 +++ docs/drivers.rst | 1 + libraries/helpers/turtle | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/turtle diff --git a/.gitmodules b/.gitmodules index 42795ccb..a8c61b0c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -478,3 +478,6 @@ [submodule "libraries/helpers/pyoa"] path = libraries/helpers/pyoa url = https://github.com/adafruit/Adafruit_CircuitPython_PYOA +[submodule "libraries/helpers/turtle"] + path = libraries/helpers/turtle + url = https://github.com/adafruit/Adafruit_CircuitPython_turtle diff --git a/docs/drivers.rst b/docs/drivers.rst index a03f7226..9abc84e4 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -69,6 +69,7 @@ These libraries build on top of the low level APIs to simplify common tasks. SimpleIO Slideshow TinyLoRa TTN Helper + Turtle Graphics USB Human Interface Device (Keyboard and Mouse) Waveform Generation diff --git a/libraries/helpers/turtle b/libraries/helpers/turtle new file mode 160000 index 00000000..57fc8ada --- /dev/null +++ b/libraries/helpers/turtle @@ -0,0 +1 @@ +Subproject commit 57fc8ada2480450fcd646c956a30f0047109bdd8