![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
Provides init() and read() functions for the MPL3115 pressure sensor/altimeter. More...
#include "board.h"
#include "sensor_fusion.h"
#include "sensor_io_i2c.h"
#include "mpl3115_drv.h"
#include "drivers.h"
Go to the source code of this file.
Macros | |
#define | MPL3115_MPERCOUNT 0.0000152587890625F |
#define | MPL3115_CPERCOUNT 0.00390625F |
#define | MPL3115_ACCEL_FIFO_SIZE 32 |
Provides init() and read() functions for the MPL3115 pressure sensor/altimeter.
Definition in file driver_MPL3115.c.
#define MPL3115_ACCEL_FIFO_SIZE 32 |
Definition at line 20 of file driver_MPL3115.c.
#define MPL3115_CPERCOUNT 0.00390625F |
Definition at line 19 of file driver_MPL3115.c.
#define MPL3115_MPERCOUNT 0.0000152587890625F |
Definition at line 18 of file driver_MPL3115.c.