diff --git a/.gitmodules b/.gitmodules index 7e1c3fbd..a5679ded 100644 --- a/.gitmodules +++ b/.gitmodules @@ -820,3 +820,6 @@ [submodule "libraries/drivers/ov2640"] path = libraries/drivers/ov2640 url = https://github.com/adafruit/Adafruit_CircuitPython_OV2640.git +[submodule "libraries/helpers/neokey"] + path = libraries/helpers/neokey + url = https://github.com/adafruit/Adafruit_CircuitPython_NeoKey.git diff --git a/docs/drivers.rst b/docs/drivers.rst index dadad14a..b8a28688 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -199,6 +199,7 @@ Miscellaneous Helpers Debug I2C InfraRed Remote Mini ESP Tool (ESP chips loader) + NeoKey OneWire SD Card SimpleIO diff --git a/libraries/helpers/neokey b/libraries/helpers/neokey new file mode 160000 index 00000000..8e2d8999 --- /dev/null +++ b/libraries/helpers/neokey @@ -0,0 +1 @@ +Subproject commit 8e2d8999e85e33378c62d2ae28d3f83ef72f0560