Skip to content

adding STSPIN #510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions libraries/helpers/stspin
Submodule stspin added at c21bdb