tyhenry / CheapStepper

Arduino library for the cheap but decent 28BYJ-48 5v stepper motor with ULN2003 board
GNU General Public License v3.0
123 stars 45 forks source link

Problem using other pins besides defaults #11

Closed Eddiiie closed 6 years ago

Eddiiie commented 6 years ago

I dont think pin assignments are working beyond the default. I was able to fix by pinMode( x, OUTPUT);

Made script that used 3 28byj steppers, it wasn't working, tried setting pinMode to OUTPUT on all used pins and everything started working.

tyhenry commented 6 years ago

fixed with v0.2.1