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:
- 44:d757094f6229
- Parent:
- 43:2544d064d528
- Child:
- 50:f507d4465c31
--- a/Components/lps25h/lps25h_class.h Mon Jun 08 13:57:32 2015 +0200 +++ b/Components/lps25h/lps25h_class.h Mon Jun 08 15:36:36 2015 +0200 @@ -57,6 +57,10 @@ LPS25H_SlaveAddress = LPS25H_ADDRESS_HIGH; } + /** Destructor + */ + virtual ~LPS25H() {} + /*** Interface Methods ***/ virtual int Init(void *init_struct) { return LPS25H_Init((PRESSURE_InitTypeDef*)init_struct);