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

Method getDram

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

Source from the content-addressed store, hash-verified

99 float getTroyOunce() { return _w * 0.0321507465686;};
100 float getRobie() { return _w * 0.1;};
101 float getDram() { return _w * 0.564383391193;};
102 float getDrachme() { return _w * 0.263157894737;};
103 float getPoint() { return _w * 500;};
104 float getGrain() { return _w * 15.4323607345;};

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64