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.h Source File

FlowMeterConfig.h

00001 /*
00002  * FlowMeterConfig.h
00003  *
00004  *  Created on: 23.10.2018
00005  *      Author: Adrian
00006  */
00007 
00008 #ifndef CONFIGS_FLOWMETERCONFIG_H_
00009 #define CONFIGS_FLOWMETERCONFIG_H_
00010 
00011 class FlowMeterConfig {
00012 public:
00013     FlowMeterConfig();
00014     virtual ~FlowMeterConfig();
00015     //todo implement flowmeter config
00016 };
00017 
00018 #endif /* CONFIGS_FLOWMETERCONFIG_H_ */