FINAL PROJECT isn't it

Fork of ELEC351 by Plymouth ELEC351 Group T

SERIAL_COMMANDS.hpp

Committer:
thomasmorris
Date:
2018-01-08
Revision:
47:6d128e500875
Child:
48:244d6d81bb52

File content as of revision 47:6d128e500875:

#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();
//Tickers
extern Ticker Console_Output_Timer;//Controls Serial comms
extern Ticker Sampling_Timer;//Controls Sampling

extern char input[100];

#endif