Index: PressureCommon.h =================================================================== diff -u -r3ca022103ce50b39e5d805b7577c7f360730412d -r05724b8bd3cc87c0ab18f0c43b4de5f549e5f186 --- PressureCommon.h (.../PressureCommon.h) (revision 3ca022103ce50b39e5d805b7577c7f360730412d) +++ PressureCommon.h (.../PressureCommon.h) (revision 05724b8bd3cc87c0ab18f0c43b4de5f549e5f186) @@ -31,7 +31,7 @@ /** * @defgroup PressureCommon PressureCommon * @brief The Pressure Sensor unit provides common conversion functions for - * MicroSensor (MPM258) pressure sensors. + * MicroSensor (MPM3801) pressure sensors. * * @addtogroup PressureCommon * @{ @@ -42,8 +42,8 @@ // ********** public function prototypes ********** -F32 convertPressureReading2mmHg( S32 counts ); -F32 convertPressureTempReading2DegC( S32 counts ); +F32 convertPressureReading2mmHg( S16 counts ); +F32 convertPressureTempReading2DegC( S16 counts ); /**@}*/