RF24
RF24 copied to clipboard
How can I clear the FIFO buffer?
There are Flush RX and Flush TX functions available to clear the buffer. The library was already using those functions in between the TX and RX processes. If you want it manually clear the buffer, you can use those functions.