You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #22 from TMRh20/Adjust-Available
Adjust available function to let the radio receive more data immediately
- Move TASKS_START from the read() function to end of available() : Essentially utilize the 2-layer FIFO instead of single layer - Start reception as soon as the available() function ends, so that the radio can receive a packet while we are reading in the already received packet that has been copied into the user buffer
- When returning from available(), only restart reception by calling NRF_RADIO->TASKS_START = 1; if in listening mode.
0 commit comments