ISSDK  1.8
IoT Sensing Software Development Kit
Macros
driver_MPL3115.c File Reference

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"
Include dependency graph for driver_MPL3115.c:

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
 

Detailed Description

Provides init() and read() functions for the MPL3115 pressure sensor/altimeter.

Definition in file driver_MPL3115.c.

Macro Definition Documentation

◆ MPL3115_ACCEL_FIFO_SIZE

#define MPL3115_ACCEL_FIFO_SIZE   32

Definition at line 20 of file driver_MPL3115.c.

◆ MPL3115_CPERCOUNT

#define MPL3115_CPERCOUNT   0.00390625F

Definition at line 19 of file driver_MPL3115.c.

◆ MPL3115_MPERCOUNT

#define MPL3115_MPERCOUNT   0.0000152587890625F

Definition at line 18 of file driver_MPL3115.c.