node-stepper-wiringpi
node-stepper-wiringpi copied to clipboard
A Stepper motor driver for the Raspberry Pi using WiringPi
Can't use on arm64
The current module `wiringpi`, does not support rpi 3. However, using the `wiringpi-node` module would fix the problem. I have made a PR #2 that addresses the solution.
Hi, first i need to thank you a lot for this great job! second i'm not an expert of raspberryPi or stepper motor so i could be wrong. In my...
It would be great if this library could be made to work with stepper motor controllers like the DRV8825. The number of GPIO pins that is needed is smaller than...
Line 321 reads if (this._pinCount == 2 || this._pintCount == 4) { It should be if (this._pinCount == 2 || this._pinCount == 4) { (Extra t in pinCount)