ChrisTenone:
Yep.
I got the 28BYJ 48 stepper working using an Arduino Uno Sketch that I got from a tutorial.
If I want to do the samething on ATiny84, I would have to modify the sketch since the pins are different, right?
Using the Arduino as an In System Programmer doesn't mean Arduino will "translate" each sketch from one board to another, all it does is act as a hardware to put the code in whatever chip you use, be it Tiny84 or Tiny85 right?
Thanks