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.
Warten.h
00001 00002 int a; //WICHTIG: Deklarieren HIER! 00003 00004 void Warten (void) //UP: Warten... 00005 { 00006 for (int i = 0; i < 1000000; i++) //ANNAHME: 1Takt = MZ: 32MhZ/32 MZ? => 1 ns * 10000000 => 1ms 00007 { // => tatsächluche Messung ~240 ms => 240*länger => Zyklen??... 00008 a = !a; // bei declaration Datentyp HIER => Compiler optmiert RAUS! 00009 } 00010 } 00011
Generated on Fri Jan 13 2023 00:17:25 by
1.7.2