hashmismatch / freertos.rs

A Rust wrapper for FreeRTOS.
232 stars 22 forks source link

Reworked time duration struct #2

Closed rudib closed 7 years ago

rudib commented 7 years ago

Simplified the backing storage so that only the FreeRTOS's unit of time is kept in it, other values are instanced by functions.