Searched refs:altitude (Results 1 – 2 of 2) sorted by relevance
265 float altitude = 0; in MPL3115ReadBarometer() local267 altitude = ( float )( ( int16_t )( ( msb << 8 ) | csb ) ) + decimal; in MPL3115ReadBarometer()268 return( altitude ); in MPL3115ReadBarometer()
834 - Changed the GetPosition functions to return a latitude and longitude of 0 and altitude of 65535 w…921 - Changed the MPL3115 altitude variable from unsigned to signed value