ST / LPS22HH

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_IKS01A3 X_NUCLEO_IKS01A3

Embed: (wiki syntax)

« Back to documentation index

LPS22HH_Sensitivity

LPS22HH_Sensitivity
[LPS22HH]

These functions convert raw-data into engineering units. More...


Detailed Description

These functions convert raw-data into engineering units.

These macro are maintained for back compatibility.

in order to convert data into engineering units please use functions: -> _from_lsb_to_hpa(int16_t lsb) -> _from_lsb_to_celsius(int16_t lsb);

REMOVING the MACRO you are compliant with: MISRA-C 2012 [Dir 4.9] -> " avoid function-like macros "