avr-hal icon indicating copy to clipboard operation
avr-hal copied to clipboard

Attiny85 spi driver

Open DeepHorizons opened this issue 1 year ago • 0 comments

Preliminary SPI driver for the attiny85 using the USI. Ive tested writing data using a logic analyzer. I don't know if I can consume any of the existing settings to set the SPI mode. I have not tested reading and I suspect it would not work [well] because it wont block on a read. I think it would need a modification of the avr-hal-generic::spi::Spi impl but I wanted to get some guidance first.

DeepHorizons avatar May 26 '23 23:05 DeepHorizons