SEND

Dependencies:   BMP280 LGLCD2

Fork of 0NicksCoursework_copywithserialtime by Liam Grazier

Network/network.hpp

Committer:
liam_grazier
Date:
2018-01-09
Revision:
8:582ac4c5a524
Parent:
network.hpp@ 7:dd303488e55d
Child:
10:098c2fa0a1a6

File content as of revision 8:582ac4c5a524:

#ifndef __network__
#define __network__
void networksend(void);
void dispstralltime(void);
#include "time.h"
#include "stdio.h"
#endif