climategadgets / servomaster

Platform and hardware Independent servo controller driver

Home Page:https://climategadgets.github.io/servomaster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace all unitless time variables with Duration

climategadgets opened this issue · comments

Expected Behavior

It is not possible to make a mistake and put a value in seconds into a field that expects milliseconds, or the other way around.

Actual Behavior

It is. Oops.