SEND

Fork of Final351CW_FINAL by Liam Grazier

Network/network.hpp

Committer:
liam_grazier
Date:
2018-01-09
Revision:
11:ce2a977dcab0
Parent:
10:098c2fa0a1a6

File content as of revision 11:ce2a977dcab0:

/*   ELEC351 COURSEWORK 2018 
DESIGNED USING MBED ONLINE COMPILER IMPORTED TO KEIL
LIAM GRAZIER // DOUG TILLEY // ALEX BARON 
 */
#ifndef __network__
#define __network__
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