Upload files to "spi_receive"

This commit is contained in:
Adema 2025-05-28 16:18:31 +02:00
parent 4c64c36944
commit e9f4f0c690

View File

@ -22,6 +22,8 @@ void setup() {
SPI2.begin();
mySPI.begin();
mySPI.swapPins(true);
//SPI_transfer.begin(ReceiveData, 10); // run every 10 microseconds
}