PaulStoffregen / NXPMotionSense

NXP Motion Sensors for Teensy and Arduino
69 stars 51 forks source link

The altitude and temperature are not visible to the user #7

Open roncarr880 opened 6 years ago

roncarr880 commented 6 years ago

In the update method, the altitude is read into an auto class variable and the temperature is read into a private variable. There are no methods to return these values to the user.