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

MAX44009Config.h File Reference

MAX44009Config.h File Reference

Go to the source code of this file.

Data Structures

class  MAX44009Config
 A configuration container for the MAX44009 Sensor. More...

Enumerations

enum  MAX44009_MODE {
  MAX44009_MODE_0, MAX44009_MODE_1, MAX44009_MODE_2, MAX44009_MODE_3,
  MAX44009_MODE_4, MAX44009_MODE_5, MAX44009_MODE_6
}
 

MAX44009 Modes.

More...

Detailed Description

Author:
Adrian
Date:
25.05.2016

Definition in file MAX44009Config.h.


Enumeration Type Documentation

MAX44009 Modes.

Enumerator:
MAX44009_MODE_0 

MAX44009_MODE_0.

MAX44009_MODE_1 

MAX44009_MODE_1.

MAX44009_MODE_2 

MAX44009_MODE_2.

MAX44009_MODE_3 

MAX44009_MODE_3.

MAX44009_MODE_4 

MAX44009_MODE_4.

MAX44009_MODE_5 

MAX44009_MODE_5.

MAX44009_MODE_6 

MAX44009_MODE_6.

Definition at line 33 of file MAX44009Config.h.