damellis / attiny

ATtiny microcontroller support for the Arduino IDE
720 stars 226 forks source link

Communication directives #120

Closed neimar2009 closed 6 years ago

neimar2009 commented 7 years ago

Defined the required directives for SPI and I2C.

neimar2009 commented 7 years ago

These inclusions solve problem in my acRF24 project that uses an ATtiny85. The Gemma variant does not have all the settings needed for use with structures other than Gemma itself. That being so, I include definitions that are necessary, making the configuration of your attiny project more comprehensive. I ask you to merge the changes I sent, obviously after your analysis. If you do not include it, please let me know, as I will provide another way to publish this work, which complements the ATtiny platform.

Thank you.