I would like to know which is the shortest time between the data of two different sensors?
I give an example if I have only one Master( any Sensor). My Slave(Display) will get a message every 250ms for example.
If I have two Masters, how fast do I have to check the SEN Pin from the ANT Module, to be sure that I get all messages which are received from the Module?
Ideally the SEN line should be interrupt enabled as you will also be handling control messages which can come in very quickly, but otherwise in a shortest distance scenario, you could see them get as close as approximately 5 ms.