SEND

Dependencies:   BMP280 LGLCD2

Fork of 0NicksCoursework_copywithserialtime by Liam Grazier

Network/network.hpp

Committer:
liam_grazier
Date:
2018-01-09
Revision:
10:098c2fa0a1a6
Parent:
8:582ac4c5a524

File content as of revision 10:098c2fa0a1a6:

/*   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