You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current (0.1.0) shim API returns the number of ticks elapsed for a single millisecond, stored in an integer. With a tick rate of, for instance, 600Hz, a 1-second duration cannot be accurately expressed.
Note that such high tick rates aren't typical of embedded projects and higher precision would be better served with hardware timers.
The text was updated successfully, but these errors were encountered:
The current (0.1.0) shim API returns the number of ticks elapsed for a single millisecond, stored in an integer. With a tick rate of, for instance, 600Hz, a 1-second duration cannot be accurately expressed.
Note that such high tick rates aren't typical of embedded projects and higher precision would be better served with hardware timers.
The text was updated successfully, but these errors were encountered: