FINAL PROJECT isn't it

Fork of ELEC351 by Plymouth ELEC351 Group T

SERIAL_COMMANDS.hpp

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

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