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/network.hpp
- Committer:
- liam_grazier
- Date:
- 2018-01-10
- Revision:
- 10:c9c1522957b2
- Parent:
- 8:582ac4c5a524
File content as of revision 10:c9c1522957b2:
#ifndef __network__
#define __network__
void networksend(void);
void dispstralltime(void);
#include "time.h"
#include "stdio.h"
#endif
