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

Method getPascal

libraries/pressure/pressure.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 float getInchHg() { return _pressure * MILLIBAR2INHG; }
71 float getInchH2O() { return _pressure * MILLIBAR2INH2O; }
72 float getPascal() { return _pressure * MILLIBAR2PASCAL; }
73 float getTORR() { return _pressure * MILLIBAR2TORR; }
74 float getCmHg() { return _pressure * MILLIBAR2CMHG; }
75 float getCmH2O() { return _pressure * MILLIBAR2CMH2O; }

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36