Closed AzureDVBB closed 5 years ago
I gave this a try with ATTinyCore and it seems they are either not implementing, or not correctly implementing SPIClass. The documention suggests the part supports SPI (via USI) but it's up to the Arduino hardware library to implement SPIClass. I'd suggest reading this and possibly filing a bug with ATTinyCore. https://github.com/SpenceKonde/ATTinyCore/blob/master/avr/extras/ATtiny_x4.md#spi-support
Tried using both AttinyCore and Attiny Microcontrollers, as boards for my Attiny44. The issue persists
The code use to test compilation
The error I'm getting is
As a side note, there is a tinySPI library. But that also produces a similar error. It works fine compiling for ESP32 and other Arduino boards.