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
I'm in need of this. Would happy to implement it but need ideas on how to structure it as a barometer call already exists, so how to add this?
As a separate function? if so what should it be called? Since the previous is called Barometer, this could be called Altimeter?
As an additional field (altitude) alongside pressure. This may not work because startAbsoluteAltitudeUpdates and startRelativeAltitudeUpdates may not update at the same time.
Plugin
sensors_plus
Use case
to track user's absolute altitude changes
Proposal
https://developer.apple.com/documentation/coremotion/cmaltimeter/3746858-startabsolutealtitudeupdates
From Apple's documentation, CMAltimeter supports read absolute altitude. Is it appropriate to add this feature to
sensors_plus
The text was updated successfully, but these errors were encountered: