020_LED_blink_wait_oszi_AA

Files at this revision

API Documentation at this revision

Comitter:
itbusch
Date:
Thu Feb 24 06:30:53 2022 +0000
Parent:
1:d4eec4fcc366
Commit message:
020_LED_blink_wait_oszi_AA

Changed in this revision

Warten.h Show annotated file Show diff for this revision Revisions of this file
--- a/Warten.h	Mon Jan 31 06:59:34 2022 +0000
+++ b/Warten.h	Thu Feb 24 06:30:53 2022 +0000
@@ -3,9 +3,9 @@
 
 void Warten (void)                      //UP: Warten...
 {
-    for (int i = 0; i < 1000000; i++)   //ANNAHME: 1Takt = MZ: 32MhZ/32 MZ? => 1 ns * 10000000 => 1ms
+    /*for (int i = 0; i < ???; i++)   //ANNAHME: 1Takt = MZ: 32MhZ/32 MZ? => 1 ns * 10000000 => 1ms
     {                                   // => tatsächluche Messung ~240 ms => 240*länger => Zyklen??... 
              a = !a;                    // bei declaration Datentyp HIER => Compiler optmiert RAUS!
-    }
+    }*/
 }
     
\ No newline at end of file