Skip to content

Commit 46be22d

Browse files
authored
Merge pull request #337 from dherrada/ducky
Added Ducky library
2 parents 48cd99f + 815bdd7 commit 46be22d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,3 +845,6 @@
845845
[submodule "libraries/drivers/is31fl3741"]
846846
path = libraries/drivers/is31fl3741
847847
url = https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3741.git
848+
[submodule "libraries/helpers/ducky"]
849+
path = libraries/helpers/ducky
850+
url = https://github.com/adafruit/Adafruit_CircuitPython_Ducky.git

docs/drivers.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,19 @@ Miscellaneous Helpers
196196
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
197197
BitbangIO <https://circuitpython.readthedocs.io/projects/bitbangio/en/latest/>
198198
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
199+
Colorsys <https://circuitpython.readthedocs.io/projects/colorsys/en/latest/>
199200
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
200201
Debug I2C <https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/>
202+
Ducky <https://circuitpython.readthedocs.io/projects/ducky/en/latest/>
201203
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
202204
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
203205
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
204206
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
205207
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
206208
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
207209
SimpleMath <https://circuitpython.readthedocs.io/projects/simplemath/en/latest/>
208-
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
209210
Test Repo <https://circuitpython.readthedocs.io/projects/testrepo/en/latest/>
210-
Colorsys <https://circuitpython.readthedocs.io/projects/colorsys/en/latest/>
211+
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
211212

212213
Blinky
213214
--------

libraries/helpers/ducky

Submodule ducky added at 9ba856e

0 commit comments

Comments
 (0)