HomeSort by relevance Sort by last modified time
    Searched defs:MPL3115A2 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/
mpl3115a2.h 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]
    [all...]
mpl3115a2.cpp 5 * This application code supports the mpl3115a2 digital barometric pressure
8 * http://cache.freescale.com/files/sensors/doc/data_sheet/MPL3115A2.pdf
35 #include "mpl3115a2.h"
39 MPL3115A2::MPL3115A2 (int bus, int devAddr, uint8_t mode) : m_i2ControlCtx(bus)
73 MPL3115A2::testSensor(void)
114 MPL3115A2::dumpSensor(void)
129 * Function used to soft RESET the MPL3115A2 device to ensure
135 MPL3115A2::resetSensor(void)
137 fprintf(stdout, "Resetting MPL3115A2 device\n" )
    [all...]

Completed in 563 milliseconds