https://github.com/en10/stepper
28BYJ-48 Stepper Motor Example
https://github.com/en10/stepper
arduino stepper-motor
Last synced: 11 months ago
JSON representation
28BYJ-48 Stepper Motor Example
- Host: GitHub
- URL: https://github.com/en10/stepper
- Owner: EN10
- Created: 2017-11-26T01:15:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T17:07:12.000Z (over 8 years ago)
- Last Synced: 2025-03-27T04:32:04.547Z (over 1 year ago)
- Topics: arduino, stepper-motor
- Language: Arduino
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 28BYJ-48 Stepper Motor
Arduino code example without using a library.
`Stepper.ino` is based on: [4tronix Stepper Motor](http://www.4tronix.co.uk/arduino/Stepper-Motors.php)
`Clockwise.ino` is a further simplified & shortened version.