Skip to content

Commit 65fb008

Browse files
authored
Merge pull request #169 from dastels/master
Add turtle graphics helper
2 parents fbe0428 + 77eff93 commit 65fb008

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,3 +478,6 @@
478478
[submodule "libraries/helpers/pyoa"]
479479
path = libraries/helpers/pyoa
480480
url = https://github.com/adafruit/Adafruit_CircuitPython_PYOA
481+
[submodule "libraries/helpers/turtle"]
482+
path = libraries/helpers/turtle
483+
url = https://github.com/adafruit/Adafruit_CircuitPython_turtle

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
6969
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
7070
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
7171
TinyLoRa TTN Helper <https://circuitpython.readthedocs.io/projects/tinylora/en/latest/>
72+
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
7273
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
7374
Waveform Generation <https://circuitpython.readthedocs.io/projects/waveform/en/latest/>
7475

libraries/helpers/turtle

Submodule turtle added at 57fc8ad

0 commit comments

Comments
 (0)