|  | 
| template<typename I2cMaster > | 
| class | HclaX | 
|  | 
template<typename I2cMaster > 
 
This method returns the pressure as a normalized float from 0-1. You have to scale and offset this according to the specific sensor you have. So if you have HCLA12X5U, you can measure +12.5mBar, you need to multiply it with 12.5f to get the pressure in mBar. If you have HCLA12X5B, which can measure ±12.5mBar you first need to subtract 0.5f and then multiply it with 12.5f! 
 
 
The documentation for this struct was generated from the following file: