mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
micros() is now called only once per cycle (instead of 3). The rollover check is superflous because the "last_step_time" field is unsigned.
micros() is now called only once per cycle (instead of 3). The rollover check is superflous because the "last_step_time" field is unsigned.