Skip to content

Commit fc4ed80

Browse files
authored
Merge pull request #323 from kattni/neokey
Adding NeoKey
2 parents 2e59fd2 + 3f6197a commit fc4ed80

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -820,3 +820,6 @@
820820
[submodule "libraries/drivers/ov2640"]
821821
path = libraries/drivers/ov2640
822822
url = https://github.com/adafruit/Adafruit_CircuitPython_OV2640.git
823+
[submodule "libraries/helpers/neokey"]
824+
path = libraries/helpers/neokey
825+
url = https://github.com/adafruit/Adafruit_CircuitPython_NeoKey.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ Miscellaneous Helpers
199199
Debug I2C <https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/>
200200
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
201201
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
202+
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
202203
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
203204
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
204205
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>

libraries/helpers/neokey

Submodule neokey added at 8e2d899

0 commit comments

Comments
 (0)