An open API service indexing awesome lists of open source software.

https://github.com/tredmann/raspi-python-stepper-motor


https://github.com/tredmann/raspi-python-stepper-motor

Last synced: about 1 year ago
JSON representation

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()

```