rust-embedded-community / rust-measurements

Metric, Imperial, and other measurement handling for Rust. Length, Temperature, Weight, and Volume
https://crates.io/crates/measurements
27 stars 10 forks source link

Add potential_difference (aka Voltage), current and resistance. #9

Closed thejpster closed 6 years ago

thejpster commented 6 years ago

Voltage = energy per unit charge. Current = rate of charge. Resistance = Voltage / Current.

thejpster commented 6 years ago

See #14

thejpster commented 6 years ago

Voltage is done, thanks @dbrgn.