We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Return ambient pressure in mBar, or 0 if not supported on current platform.
Example 1: Log current ambient pressure in all three units
(log-status "P [mBar]:" (float->choppedstring (pressure-mBar) 4) " P [mmHg]:" (float->choppedstring (pressure-mmHg) 4) " P [kPa]:" (float->choppedstring (pressure-kPa) 4))
Sorry, there was an error rendering this page.