Library I2C pins modification to fit nucleo 32 pins modules
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Dependents: STM32_MagneticLight
Fork of X_NUCLEO_IKS01A1 by
Diff: Components/lps25h/lps25h_class.h
- Revision:
- 24:92cc9c6e4b2b
- Parent:
- 20:c20c8bd5be6b
- Child:
- 43:2544d064d528
--- a/Components/lps25h/lps25h_class.h Fri May 29 16:50:56 2015 +0200 +++ b/Components/lps25h/lps25h_class.h Wed Jun 03 14:57:57 2015 +0200 @@ -105,7 +105,7 @@ void LPS25H_SlaveAddrRemap(uint8_t SA0_Bit_Status); PRESSURE_StatusTypeDef LPS25H_PowerOn(void); - PRESSURE_StatusTypeDef LPS25H_I2C_ReadRawPressure(uint32_t *raw_press); + PRESSURE_StatusTypeDef LPS25H_I2C_ReadRawPressure(int32_t *raw_press); PRESSURE_StatusTypeDef LPS25H_I2C_ReadRawTemperature(int16_t *raw_data); /**