Blinking the LED blocks code execution, increasing the interval required between recording hits.
With the LED blink interval at 300ms and a trigger interval of 150ms, for instance, the maximum number of hits we could detect in a minute is 150 (assuming all processing happens in realtime).
This PR lowers the blink interval to 50ms, allowing a higher frequency of hits.