rust-embedded-community/rust-measurements

Add Power and Energy.

thejpster opened this issue · 1 comments

Power is in Watts (Energy / std::time::Duration).
Energy is in Joules.

Power conversions for horse-power and PS plus SI scales.
Energy conversions for kWh (etc), BTU, plus SI scales.

Update #9 to support the appropriate multiplications and divisions.

In precision branch.