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

Revision:
13:aa200749dba6
Parent:
6:c7220f7c1ae0
--- a/serial_protocol/serial_protocol.hpp	Fri Dec 15 12:00:59 2017 +0000
+++ b/serial_protocol/serial_protocol.hpp	Fri Dec 15 16:13:06 2017 +0000
@@ -1,5 +1,15 @@
 #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();
\ No newline at end of file