A multifunctional and modular Firmware for Multitech's mDot based on ARM mBed provides a widerange of functionality for several Sensors such as MAX44009, BME280, MPU9250, SI1143 and uBlox. It allows you to quickly build a Sensornode that measures specific data with its sensors and sends it via LoRaWAN.

Dependencies:   mDot_LoRa_Sensornode_Flowmeter_impl mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

MPU9250Config.h File Reference

MPU9250Config.h File Reference

Go to the source code of this file.

Data Structures

class  MPU9250Config
 A configuration container for the MPU9250 Sensor. More...

Enumerations

enum  MPU9250_MODE { MPU9250_MODE_1, MPU9250_MODE_2, MPU9250_MODE_3, MPU9250_MODE_4 }
 

MPU9250 Modes.

More...

Detailed Description

Author:
Adrian
Date:
23.05.2016

Definition in file MPU9250Config.h.


Enumeration Type Documentation

MPU9250 Modes.

Modes define Sensor functionality

Enumerator:
MPU9250_MODE_1 

MPU9250_MODE_1.

MPU9250_MODE_2 

MPU9250_MODE_2.

MPU9250_MODE_3 

MPU9250_MODE_3.

MPU9250_MODE_4 

MPU9250_MODE_4.

Definition at line 53 of file MPU9250Config.h.