Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 0NicksCoursework_copywithserialtime by
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 Sun Jul 17 2022 05:50:34 by
1.7.2
