The callback has a while loop that will be continually running but once a packet is received we don't expect another for 11 or 22 ms... could add a non-blocking wait here ThisThread::sleep_for or similar to allow mbed to do other stuff while waiting?
The callback has a while loop that will be continually running but once a packet is received we don't expect another for 11 or 22 ms... could add a non-blocking wait here ThisThread::sleep_for or similar to allow mbed to do other stuff while waiting?