// // Created by kirillius on 25.09.2021. // #include "spi.h" uint8_t SPI::transfer(uint8_t byte){ SPDR = byte; while(!(SPSR & (1<