Part Number: MSP-EXP430F5529
Tool/software: Code Composer Studio
Hello everyone ,
i am trying to use I2C protocol to read temperature and pressure values in MPL3115A2 sensor (actually i am not familiar with I2C protocol it's my first time of using it)
i searched in msp430f5529 code examples i find the following code
and i opened MPL3115A2 sensor datasheet i noticed it has
high resolution of 24 bit ADC
calibrated temperature : -40 to 85 C (12 bit)
calibrated pressure : 50 to 110 kpa (20 bit)
do i need more information about the sensor???
and please help me how to start writing my code
any help would be appreciated