After the conversion has been given sufficient time to complete, the host microcontroller reads the result from the ADC output
registers and calculates the Compensated Pressure, a barometric/atmospheric pressure value which is compensated for
changes in temperature and pressure sensor linearity. This is done using the coefficient data from the MPL115A and the raw
sampled pressure and temperature ADC output values, in a compensation equation (detailed later). Note that this is an absolute
pressure measurement with a vacuum as a reference.
From this step the host controller may either wait and then return to the Data Conversion step to obtain the next pressure reading
or it may go to the Shutdown step.