Plymouth ELEC351 Group T / Mbed OS ELEC351

Dependencies:   BME280 BMP280 TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SERIAL_COMMANDS.hpp Source File

SERIAL_COMMANDS.hpp

00001 #ifndef SERIAL_COMMANDS_hpp
00002 #define SERIAL_COMMANDS_HPP
00003 #include "TIME.hpp"
00004 #include "DATA.hpp"
00005 #include "SERIAL.hpp"
00006 #include "SAMPLE.hpp"
00007 extern float Sample_Rate;
00008 void Serial_Commands_Output();
00009 
00010 extern int NetworkWaitTime;
00011 //Tickers
00012 extern Ticker Console_Output_Timer;//Controls Serial comms
00013 extern Ticker Sampling_Timer;//Controls Sampling
00014 
00015 extern char input[100];
00016 
00017 #endif