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

uBloxConfig.h File Reference

uBloxConfig.h File Reference

Go to the source code of this file.

Data Structures

class  uBloxConfig
 A configuration container for the uBlox. More...

Enumerations

enum  uBLOX_MODE { uBLOX_MODE_0, uBLOX_MODE_1, uBLOX_MODE_2, uBLOX_MODE_3 }
 

uBlox Modes.

More...

Detailed Description

Author:
Adrian
Date:
30.05.2016

Definition in file uBloxConfig.h.


Enumeration Type Documentation

enum uBLOX_MODE

uBlox Modes.

Modes define Sensor functionality

Enumerator:
uBLOX_MODE_0 

uBLOX_MODE_0

uBLOX_MODE_1 

uBLOX_MODE_1

uBLOX_MODE_2 

uBLOX_MODE_2

uBLOX_MODE_3 

uBLOX_MODE_3

Definition at line 27 of file uBloxConfig.h.