korken89 / fugit

`fugit` provides a comprehensive library of `Duration` and `Instant` for the handling of time in embedded systems, doing all it can at compile time.
Apache License 2.0
55 stars 16 forks source link

Duration & Rate Div #23

Closed burrbull closed 2 years ago

burrbull commented 2 years ago

Not sure about convert direction

korken89 commented 2 years ago

Hi, please add tests for this and then it's ready.

burrbull commented 2 years ago

I've changed conversion direction to prevent dividing by zero.