Home
last modified time | relevance | path

Searched refs:altitude (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/peripherals/
Dmpl3115.c265 float altitude = 0; in MPL3115ReadBarometer() local
267 altitude = ( float )( ( int16_t )( ( msb << 8 ) | csb ) ) + decimal; in MPL3115ReadBarometer()
268 return( altitude ); in MPL3115ReadBarometer()
/loramac-node-latest/
DCHANGELOG.md834 - 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