We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b52eea + 3b8aa86 commit 7d02825Copy full SHA for 7d02825
.gitmodules
@@ -493,3 +493,6 @@
493
[submodule "libraries/helpers/minimqtt"]
494
path = libraries/helpers/minimqtt
495
url = https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT.git
496
+[submodule "libraries/drivers/nunchuk"]
497
+ path = libraries/drivers/nunchuk
498
+ url = https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk.git
docs/drivers.rst
@@ -278,3 +278,4 @@ Miscellaneous
278
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/>
279
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/>
280
Dymo Scale <https://circuitpython.readthedocs.io/projects/dymoscale/en/latest/>
281
+ Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
libraries/drivers/nunchuk
0 commit comments