|
F439_CPP_MPL3115A2_Project_01 1.0
STM32F439 MPL3115A2 pressure and temperature tutorial
|
The MPL3115A2 driver is the custom sensor layer used by this tutorial. It hides the raw I2C register transactions from the application and returns pressure and temperature values in units that are easier to display.
The driver does not own the I2C peripheral setup. I2C1 is initialized by the CubeMX-generated application code before MPL31152A_Init() is called.