Skip to content

Reduce LED blink time to 50ms

Latest
Compare
Choose a tag to compare
@john-n-smith john-n-smith released this 05 Jun 09:38

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.