Skip to content

Commit 8a31e7d

Browse files
authored
Merge pull request #206 from makermelissa/master
Added Gizmo to Bundle
2 parents 69755bf + a485aa5 commit 8a31e7d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,3 +583,6 @@
583583
[submodule "libraries/drivers/mcp9600"]
584584
path = libraries/drivers/mcp9600
585585
url = https://github.com/adafruit/Adafruit_CircuitPython_MCP9600.git
586+
[submodule "libraries/helpers/gizmo"]
587+
path = libraries/helpers/gizmo
588+
url = https://github.com/adafruit/Adafruit_CircuitPython_Gizmo.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ Miscellaneous
394394
DS3502 I2C Potentiometer <https://circuitpython.readthedocs.io/projects/ds3502/en/latest/>
395395
Fingerprint Sensor <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/>
396396
FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/>
397+
Gizmo <https://circuitpython.readthedocs.io/projects/gizmo/en/latest/>
397398
INA219 High Side Current <https://circuitpython.readthedocs.io/projects/ina219/en/latest/>
398399
INA260 Current and Power Monitor <https://circuitpython.readthedocs.io/projects/ina260/en/latest/>
399400
Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/>

0 commit comments

Comments
 (0)