Merge pull request #15 from fourstix/add_qwiic_relay
Please Add qwiic relay library to Community Bundle
This commit is contained in:
commit
f235929e66
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -28,3 +28,6 @@
|
|||
[submodule "libraries/drivers/qwiicjoystick"]
|
||||
path = libraries/drivers/qwiicjoystick
|
||||
url = https://github.com/fourstix/Sparkfun_CircuitPython_QwiicJoystick.git
|
||||
[submodule "libraries/drivers/qwiicrelay"]
|
||||
path = libraries/drivers/qwiicrelay
|
||||
url = https://github.com/fourstix/Sparkfun_CircuitPython_QwiicRelay.git
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit cdf95cdc22a7a0855f5f8af5490538d5b1e1da71
|
||||
Subproject commit f421bc87048b4b5c189af1f8af9a0f65668d5d71
|
||||
1
libraries/drivers/qwiicrelay
Submodule
1
libraries/drivers/qwiicrelay
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 41c62a78b5af4f775b2b930ad4194da0e7a40fd8
|
||||
Loading…
Reference in a new issue