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