pub const IMPULSE_COUNT: usize = 3;Expand description
Number of impulse/echo cycles to run per measurement session.
The final reported latency is the arithmetic mean of all IMPULSE_COUNT individual
round-trip measurements, which reduces the impact of single-callback scheduling jitter.