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

Show/hide line numbers FlowMeterConfig.cpp Source File

FlowMeterConfig.cpp

00001 /*
00002  * FlowMeterConfig.cpp
00003  *
00004  *  Created on: 23.10.2018
00005  *      Author: Adrian
00006  */
00007 
00008 #include <FlowMeterConfig.h>
00009 
00010 FlowMeterConfig::FlowMeterConfig() {
00011     // TODO Auto-generated constructor stub
00012 
00013 }
00014 
00015 FlowMeterConfig::~FlowMeterConfig() {
00016     // TODO Auto-generated destructor stub
00017 }
00018