commit
883f136801
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1094,3 +1094,6 @@
|
|||
[submodule "libraries/drivers/ina23x"]
|
||||
path = libraries/drivers/ina23x
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_INA23x.git
|
||||
[submodule "libraries/helpers/stspin"]
|
||||
path = libraries/helpers/stspin
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_STSPIN.git
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ Helpers for driving motors, servos, and steppers.
|
|||
EMC2101 Fan Controller and Temperature monitor (adafruit_emc2101) <https://docs.circuitpython.org/projects/emc2101/en/latest/>
|
||||
MotorKit (adafruit_motorkit) <https://docs.circuitpython.org/projects/motorkit/en/latest/>
|
||||
ServoKit (adafruit_servokit) <https://docs.circuitpython.org/projects/servokit/en/latest/>
|
||||
STSPIN Stepper Motor Helper (adafruit_stspin) <https://docs.circuitpython.org/projects/stspin/en/latest/>
|
||||
|
||||
Internet of Things Web Service Helpers
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
1
libraries/helpers/stspin
Submodule
1
libraries/helpers/stspin
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c21bdb2b46a0b589f96bb920c276f3c846bc816d
|
||||
Loading…
Reference in a new issue