Skip to content

Commit fdfd4c9

Browse files
authored
Merge pull request #167 from dastels/master
Add Python choose your own adventure (aka PYOA) framework
2 parents 422c00e + 9a8cf6c commit fdfd4c9

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
@@ -475,3 +475,6 @@
475475
[submodule "libraries/helpers/rgbled"]
476476
path = libraries/helpers/rgbled
477477
url = https://github.com/adafruit/Adafruit_CircuitPython_RGBLED.git
478+
[submodule "libraries/helpers/pyoa"]
479+
path = libraries/helpers/pyoa
480+
url = https://github.com/adafruit/Adafruit_CircuitPython_PYOA

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
6262
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
6363
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>
6464
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
65+
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
6566
Ring Tone Text Transfer Language (RTTTL) <https://circuitpython.readthedocs.io/projects/rtttl/en/latest/>
6667
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
6768
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/>

libraries/helpers/pyoa

Submodule pyoa added at 5f3e9ef

0 commit comments

Comments
 (0)