Upload files to "spi_receive"

This commit is contained in:
Adema 2025-05-14 08:36:41 +02:00
parent ee6da5138f
commit e78e255e50

View File

@ -1,4 +1,4 @@
uint32_t spiRx[256]; // Array to store received data
uint8_t spiRx[256]; // Array to store received data
volatile int spiRxIdx = 0; // Index to track how many items are in spiRx
volatile int spiRxComplete = 0; // Flag to indicate when data is ready for printing