Skip to content

Commit 13de69e

Browse files
committed
adding STSPIN
1 parent 607b9ec commit 13de69e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,3 +1094,6 @@
10941094
[submodule "libraries/drivers/ina23x"]
10951095
path = libraries/drivers/ina23x
10961096
url = https://github.com/adafruit/Adafruit_CircuitPython_INA23x.git
1097+
[submodule "libraries/helpers/stspin"]
1098+
path = libraries/helpers/stspin
1099+
url = https://github.com/adafruit/Adafruit_CircuitPython_STSPIN.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Helpers for driving motors, servos, and steppers.
101101
EMC2101 Fan Controller and Temperature monitor (adafruit_emc2101) <https://docs.circuitpython.org/projects/emc2101/en/latest/>
102102
MotorKit (adafruit_motorkit) <https://docs.circuitpython.org/projects/motorkit/en/latest/>
103103
ServoKit (adafruit_servokit) <https://docs.circuitpython.org/projects/servokit/en/latest/>
104+
STSPIN Stepper Motor Helper (adafruit_stspin) <https://docs.circuitpython.org/projects/stspin/en/latest/>
104105

105106
Internet of Things Web Service Helpers
106107
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

libraries/helpers/stspin

Submodule stspin added at c21bdb2

0 commit comments

Comments
 (0)