freertos.rs icon indicating copy to clipboard operation
freertos.rs copied to clipboard

Support for high tick rates in the units API

Open rudib opened this issue 7 years ago • 0 comments

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.

rudib avatar Jan 10 '18 21:01 rudib