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
Revision 1:fc8fd0a0c09d, committed 2019-02-12
- Comitter:
- Danyal
- Date:
- Tue Feb 12 12:24:54 2019 +0000
- Parent:
- 0:3a42b53185b8
- Commit message:
- schlechte Sternchenausgabe
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jan 09 14:59:26 2019 +0000
+++ b/main.cpp Tue Feb 12 12:24:54 2019 +0000
@@ -1,3 +1,7 @@
+/**
+Ausgabe der Spannung in Sternen
+*/
+
#include "mbed.h"
AnalogIn input(A0);
@@ -27,6 +31,5 @@
} else {
pc.printf("< >\n");}
pc.printf("\n");
-//wait_ms(1000);
}
}
\ No newline at end of file