Arduino Tiny

@Osgeld:

im using it to send out to shift registers , but I found it easier to just bitbang pins manually (not digitalWrite)

Would digital*Fast functions be useful to you?

@moustic:

Maybe it could be usefull for you to make wire library working on tiny.

Do you have a need for the Wire library to work on an ATtiny84 processor? 85 processor? Any other tiny processor?

@Osgeld:

hm I am going to say memory because there is always the option to use an external clock and if one uses a oscillator package its only eating up one pin, adding memory not so easy ...

Good point. Also, there seem to be more posts about "I'm out of memory" than "My application is too slow". It seems that most "too slow" applications can be sped up using a different design.

course in a perfect world, both!

Well, so far I've managed a bit of both. :smiley: