I've been thinking about a project that controlled an attiny85 via i2c which in turn connected to a 595 shift register and from there to a uln2003 connected to a unipolar stepper. Seems in theory it should work but maybe timing would be a problem.
I'm thinking pins a4 and a5 on the uno to pins 5 and 7 on the a85
Then pins 2, 3 and 6 to the clock, latch and data on the 595
Then pins 15, 1, 2, and 3 from the 595 to the uln2003 1, 2, 3, and 4 pins
Then pins 16, 15, 14, and 13 to the stepper.
Also, I don't know if the stepper library could be made to work on the a85. If not I could probably bit bang it.
Sorry, I can't do a schematic at this time. (On the iPad)
Does anyone know of this being done or a reason it won't work?