MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / kilo2lbs

Function kilo2lbs

libraries/weight/weight.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16float lbs2kilo(float lbs) { return lbs * 0.45359237; };
17float kilo2lbs(float kilos) { return kilos * 2.20462262185; };
18
19float ounce2gram(float ounce) { return ounce * 28.349523125; };
20float gram2ounce(float gram) { return gram * 0.03527396195; };

Callers 1

unittestFunction · 0.85

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.68