tyhenry / CheapStepper

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

Problem using other pins besides defaults #11

Closed Eddiiie closed 5 years ago

Eddiiie commented 5 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 5 years ago

fixed with v0.2.1