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