Skip to content

Commit 6e6360c

Browse files
authored
Merge branch 'master' into vcnl4040
2 parents b483c0f + 65fb008 commit 6e6360c

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,6 +478,9 @@
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
481484
[submodule "libraries/drivers/vcnl4040"]
482485
path = libraries/drivers/vcnl4040
483486
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4040.git

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)