Time: 17:33 Date: 10/12/2017 Description: Task 1,7,8 Currently Functioning

Dependencies:   BME280 BMP280 TextLCD

Working Repository

SERIAL_COMMANDS.hpp

Committer:
thomasmorris
Date:
2018-01-09
Revision:
48:244d6d81bb52
Parent:
47:6d128e500875

File content as of revision 48:244d6d81bb52:

#ifndef SERIAL_COMMANDS_hpp
#define SERIAL_COMMANDS_HPP
#include "TIME.hpp"
#include "DATA.hpp"
#include "SERIAL.hpp"
#include "SAMPLE.hpp"
extern float Sample_Rate;
void Serial_Commands_Output();

extern int NetworkWaitTime;
//Tickers
extern Ticker Console_Output_Timer;//Controls Serial comms
extern Ticker Sampling_Timer;//Controls Sampling

extern char input[100];

#endif