Home
last modified time | relevance | path

Searched defs:decimal (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/peripherals/
Dmpl3115.c266 float decimal = ( ( float )( lsb >> 4 ) ) / 16.0; in MPL3115ReadBarometer() local
275 float decimal = ( ( float )lsb ) / 4.0; in MPL3115ReadBarometer() local