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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 0:a0dedca5e89f
- Child:
- 1:3183193cf44e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Tue Mar 12 09:38:02 2019 +0000
@@ -0,0 +1,20 @@
+
+#include "mbed.h"
+
+/*
+ELEC2645 Embedded Systems Project
+School of Electronic & Electrical Engineering University of Leeds
+
+Name: Dobri Tsvetkov
+Username: el17dtt
+Student ID Number: 201154059
+Date: 12.03.2019
+*/
+
+Serial pc(USBTX, USBRX); // tx, rx
+
+int main() {
+
+ pc.printf("Hello World!\n");
+
+}
\ No newline at end of file