SEND
Fork of Final351CW_FINAL by
Embed:
(wiki syntax)
Show/hide line numbers
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
Generated on Mon Jul 18 2022 05:40:54 by
1.7.2
