FINAL PROJECT isn't it

Fork of ELEC351 by Plymouth ELEC351 Group T

SERIAL.hpp

Committer:
thomasmorris
Date:
2018-01-01
Revision:
25:36699ed589ab
Child:
47:6d128e500875

File content as of revision 25:36699ed589ab:

#ifndef SERIAL_HPP //Known as header guards
#define SERIAL_HPP

#include "mbed.h"
#include <iostream>
using namespace std;

void DELETE_ALL();
void READ_n();
void DELETE_n();
float SETDATE();
float SETT();//Set the sampling rate
void STATE();//Start or Stop sampling
void LOGGING();
void HELP();    


#endif