maniacbug / RF24

Arduino driver for nRF24L01
http://maniacbug.github.com/RF24
956 stars 772 forks source link

How can I clear the FIFO buffer? #101

Open GF-Huang opened 3 years ago

vamsikrishnaA9 commented 2 years ago

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.