Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

SERIAL.hpp

Committer:
thomasmorris
Date:
2017-12-30
Revision:
23:3c85d7f657a2

File content as of revision 23:3c85d7f657a2:

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

#include "mbed.h"
#include <iostream>
void READ_ALL();
void DELETE_ALL();
void READ_n();
void DELETE_n();
void SETDATE();
void SETT();//Set the sampling rate
void STATE();//Start or Stop sampling
void LOGGING();
void HELP();    


#endif