uebung3

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
rob117
Date:
Tue Oct 06 17:16:02 2020 +0000
Parent:
0:97326dde09e8
Commit message:
uebung3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 97326dde09e8 -r e637acc46823 main.cpp
--- a/main.cpp	Tue Oct 06 17:10:11 2020 +0000
+++ b/main.cpp	Tue Oct 06 17:16:02 2020 +0000
@@ -30,7 +30,6 @@
 int main() {
     while(1) {
 
-        
         wait(500);
         printf("Wert: %f \n", sensor.read());
     }