SEND

Dependencies:   BMP280 LGLCD2

Fork of 0NicksCoursework_copywithserialtime by Liam Grazier

Revision:
10:098c2fa0a1a6
Parent:
8:582ac4c5a524
--- a/Network/network.hpp	Tue Jan 09 06:14:41 2018 +0000
+++ b/Network/network.hpp	Tue Jan 09 11:33:14 2018 +0000
@@ -1,7 +1,11 @@
+/*   ELEC351 COURSEWORK 2018 
+DESIGNED USING MBED ONLINE COMPILER IMPORTED TO KEIL
+LIAM GRAZIER // DOUG TILLEY // ALEX BARON 
+ */
 #ifndef __network__
 #define __network__
-void networksend(void);
-void dispstralltime(void);
-#include "time.h"
-#include "stdio.h"
+void networksend(void); //task for setup,converting and printing sensor readings in html
+void dispstralltime(void); //task for determining time from RTC
+#include "time.h" //needed for the rtc
+#include "stdio.h" 
 #endif
\ No newline at end of file