JChristensen / tinySPI

Arduino hardware SPI library for ATtiny44/84, 45/85, 461/861, 2313/4313.
GNU General Public License v3.0
156 stars 25 forks source link

SPI Slave support #3

Closed samakar closed 9 years ago

samakar commented 9 years ago

I understand your library supports SPI master mode. How can use Attiny84 as SPI slave?

JChristensen commented 9 years ago

See the datasheet, it has some sample code and discussion.