You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used TEOS-10 pressure to depth conversion to compute depth.
Changed variable/function names to more closely match MS5837-30BA manual.
Combined read and temperature/pressure/depth/altitude functions into one.
temperature/pressure/depth/altitude are called independently of one another. They do rely on one another, but I formatted in a way that doesn't require users to call pressure before calling depth.
absolute_pressure() give the absolute pressure reading in user selected units
pressure() removes atmospheric pressure if given. if not it uses standard atmospheric pressure.
The text was updated successfully, but these errors were encountered:
https://github.com/IanTBlack/br_sensors
The text was updated successfully, but these errors were encountered: