Rahix / avr-hal

embedded-hal abstractions for AVR microcontrollers
Apache License 2.0
1.23k stars 216 forks source link

Enabled and fixed SPI for attiny mcu #539

Closed tbienko closed 2 months ago

tbienko commented 2 months ago

SPI was not exposed for attiny mcu by lib.rs so I've added it. Also I've corrected the spi.rs to use Attiny instead Atmega. This was tested using board with atttiny88 and neopixels connected using SPI driver and seems to work fine