damellis / attiny

ATtiny microcontroller support for the Arduino IDE
722 stars 227 forks source link

Restore compatiblity with PIN mapping from old arduino-tiny. #71

Closed argos66 closed 9 years ago

argos66 commented 9 years ago

For my case, some librairies (example nRF24L01) use older PIN arduino-tiny mapping, now i'm working with your code on Arduino 1.6.5 and this change.

damellis commented 9 years ago

Thanks for the suggestion! Unfortunately, I think the current pin mapping is too established to change at this point. There should be other ways to make the library work with these files, though.