#include "Arduino.h"
#include <Adafruit_I2CDevice.h>
#include <Wire.h>
Go to the source code of this file.
|
class | Adafruit_MPL115A2 |
| Class that stores state and functions for interacting with MPL115A2 barometric pressure sensor. More...
|
|
◆ MPL115A2_DEFAULT_ADDRESS
#define MPL115A2_DEFAULT_ADDRESS (0x60) |
◆ MPL115A2_REGISTER_PRESSURE_MSB
#define MPL115A2_REGISTER_PRESSURE_MSB (0x00) |
10-bit Pressure ADC output value MSB
◆ MPL115A2_REGISTER_PRESSURE_LSB
#define MPL115A2_REGISTER_PRESSURE_LSB (0x01) |
10-bit Pressure ADC output value LSB
◆ MPL115A2_REGISTER_TEMP_MSB
#define MPL115A2_REGISTER_TEMP_MSB (0x02) |
10-bit Temperature ADC output value MSB
◆ MPL115A2_REGISTER_TEMP_LSB
#define MPL115A2_REGISTER_TEMP_LSB (0x03) |
10-bit Temperature ADC output value LSB
◆ MPL115A2_REGISTER_A0_COEFF_MSB
#define MPL115A2_REGISTER_A0_COEFF_MSB (0x04) |
◆ MPL115A2_REGISTER_A0_COEFF_LSB
#define MPL115A2_REGISTER_A0_COEFF_LSB (0x05) |
◆ MPL115A2_REGISTER_B1_COEFF_MSB
#define MPL115A2_REGISTER_B1_COEFF_MSB (0x06) |
◆ MPL115A2_REGISTER_B1_COEFF_LSB
#define MPL115A2_REGISTER_B1_COEFF_LSB (0x07) |
◆ MPL115A2_REGISTER_B2_COEFF_MSB
#define MPL115A2_REGISTER_B2_COEFF_MSB (0x08) |
◆ MPL115A2_REGISTER_B2_COEFF_LSB
#define MPL115A2_REGISTER_B2_COEFF_LSB (0x09) |
◆ MPL115A2_REGISTER_C12_COEFF_MSB
#define MPL115A2_REGISTER_C12_COEFF_MSB (0x0A) |
◆ MPL115A2_REGISTER_C12_COEFF_LSB
#define MPL115A2_REGISTER_C12_COEFF_LSB (0x0B) |
◆ MPL115A2_REGISTER_STARTCONVERSION
#define MPL115A2_REGISTER_STARTCONVERSION (0x12) |
Start Pressure and Temperature Conversion