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

SI1143Config.h File Reference

SI1143Config.h File Reference

Go to the source code of this file.

Data Structures

class  SI1143Config
 A configuration container for the SI1143 Sensor. More...

Enumerations

enum  SI1143_MODE { SI1143_MODE_1, SI1143_MODE_2, SI1143_MODE_3, SI1143_MODE_4 }
 

SI1143 Modes.

More...

Detailed Description

Author:
Adrian
Date:
02.06.2016

Definition in file SI1143Config.h.


Enumeration Type Documentation

SI1143 Modes.

Modes define sensor functionality

Enumerator:
SI1143_MODE_1 

SI1143_MODE_1.

SI1143_MODE_2 

SI1143_MODE_2.

SI1143_MODE_3 

SI1143_MODE_3.

SI1143_MODE_4 

SI1143_MODE_4.

Definition at line 25 of file SI1143Config.h.