-
Couldn't load subscription status.
- Fork 328
Closed
Labels
Description
I'm currently trying to bend my head around programming an ATTiny85 with an Arduino Uno to be used as a SPI slave. Because of the SPI library I chose this project. After searching on the net and going to the files available here (especially at ATTinyCore/avr/libraries/SPI/examples/) I'm not sure if there's actually SPI slave support for the ATTiny85 by the library and if so, how to use it.
I thus would love to get some clarity
- if SPI slave mode for the ATTiny85 is supported by ATTinyCore
- how it actually works (some examples would be great)
If the answer to 1) is "no", any idea for another library to prefer, or isn't it too hard to write the basic communication code by yourself?
Any help appreciated! Thx in advance