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.
Diff: main.cpp
- Revision:
- 0:2f0362fef062
- Child:
- 1:b82c4c2de9a8
diff -r 000000000000 -r 2f0362fef062 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Mar 11 18:37:43 2019 +0000 @@ -0,0 +1,14 @@ +/* +ELEC2645 Embedded Systems Project +School of Electronic & Electrical Engineering University of Leeds +Name: Kostadin Chakarov +Username: el17kec +Student ID Number:201171978 Date:11/03/2019 +*/ + +#include "mbed.h" + +int main() +{ + +} \ No newline at end of file