Lines Matching defs:MPL3115A2
30 #define MPL3115A2_NAME "mpl3115a2"
59 * @brief MPL3115A2 Atmospheric Pressure Sensor library
60 * @defgroup mpl3115a2 libupm-mpl3115a2
64 * @library mpl3115a2
65 * @sensor mpl3115a2
66 * @comname MPL3115A2 Atmospheric Pressure Sensor
69 * @web http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPL3115A2
72 * @brief API for the MPL3115A2 Atmospheric Pressure Sensor
74 * Freescale Semiconductor* [MPL3115A2]
75 * (http://cache.freescale.com/files/sensors/doc/data_sheet/MPL3115A2.pdf)
79 * @image html mpl3115a2.jpg
80 * @snippet mpl3115a2.cxx Interesting
82 class MPL3115A2 {
85 * Instantiates an MPL3115A2 object
89 * @param mode MPL3115A2 oversampling (6 = 64x)
91 MPL3115A2(int bus, int devAddr=MPL3115A2_I2C_ADDRESS, uint8_t mode=6);
94 * MPL3115A2 object destructor; basically, it closes the I2C connection.
95 * ~MPL3115A2();
107 * Performs a soft reset of the MPL3115A2 device to ensure
126 * Reads the pressure value from MPL3115A2 [Pa * 100]
133 * Reads the temperature value from MPL3115A2 [degC * 1000]
140 * Reads the current pressure value from MPL3115A2 [Pa]
147 * Reads the current temperature value from MPL3115A2 [degC]