test to establish how we can share the project on MBED

Dependencies:   BME280 BMP280 ELEC350-Coursework-2017 TextLCD

Fork of ELEC350-CWTEMPLATE-2017 by University of Plymouth - Stages 1, 2 and 3

serial_protocol/serial_protocol.hpp

Committer:
bdarling
Date:
2017-12-15
Revision:
14:b5baf59f53b9
Parent:
13:aa200749dba6

File content as of revision 14:b5baf59f53b9:

#include "mbed.h"

//many global variables
extern int readSamples;
extern int deleteSamples;
extern float sampleRate;
extern char dayStr[3];
extern char monthStr[3];
extern char yearStr[5];
extern char hourStr[3];
extern char minuteStr[3];
extern char secondStr[3];

void getData();
void readSerial();