Upload files to "spi_receive"
This commit is contained in:
parent
ee6da5138f
commit
e78e255e50
@ -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 spiRxIdx = 0; // Index to track how many items are in spiRx
|
||||||
volatile int spiRxComplete = 0; // Flag to indicate when data is ready for printing
|
volatile int spiRxComplete = 0; // Flag to indicate when data is ready for printing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user