File tree 3 files changed +5
-0
lines changed 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 478
478
[submodule "libraries/helpers/pyoa "]
479
479
path = libraries/helpers/pyoa
480
480
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
481
484
[submodule "libraries/drivers/vcnl4040 "]
482
485
path = libraries/drivers/vcnl4040
483
486
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4040.git
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
69
69
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/ >
70
70
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/ >
71
71
TinyLoRa TTN Helper <https://circuitpython.readthedocs.io/projects/tinylora/en/latest/ >
72
+ Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/ >
72
73
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/ >
73
74
Waveform Generation <https://circuitpython.readthedocs.io/projects/waveform/en/latest/ >
74
75
You can’t perform that action at this time.
0 commit comments