Liam Grazier / Mbed OS Final351CW_FINAL

Dependencies:   BMP280 LGLCD2

Fork of 0NicksCoursework_copywithserialtime by Liam Grazier

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers network.hpp Source File

network.hpp

00001 /*   ELEC351 COURSEWORK 2018 
00002 DESIGNED USING MBED ONLINE COMPILER IMPORTED TO KEIL
00003 LIAM GRAZIER // DOUG TILLEY // ALEX BARON 
00004  */
00005 #ifndef __network__
00006 #define __network__
00007 void networksend(void); //task for setup,converting and printing sensor readings in html
00008 void dispstralltime(void); //task for determining time from RTC
00009 #include "time.h" //needed for the rtc
00010 #include "stdio.h" 
00011 #endif