Die Steine / Mbed 2 deprecated FototransistorAufgabe2LowVersion

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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