https://github.com/tredmann/raspi-python-stepper-motor
https://github.com/tredmann/raspi-python-stepper-motor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tredmann/raspi-python-stepper-motor
- Owner: tredmann
- License: mit
- Created: 2025-02-25T19:29:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T20:05:35.000Z (over 1 year ago)
- Last Synced: 2025-02-25T21:18:45.484Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object Oriented Stepper Motor Library for Raspberry PI
```python
motor = StepperMotor(17,18,22,27)
motor.step_right(20)
motor.step_left(40)
motor.teardown()
```