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.
Revision 1:8e82cd0cc380, committed 2022-02-24
- Comitter:
- itbusch
- Date:
- Thu Feb 24 06:33:13 2022 +0000
- Parent:
- 0:785952ab6af1
- Commit message:
- 040_LED_SOS_AA
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 31 16:02:49 2022 +0000
+++ b/main.cpp Thu Feb 24 06:33:13 2022 +0000
@@ -11,43 +11,6 @@
while (true)
{
- Boardled = 1;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 1;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 1;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(500); //Sleep = Warten...
-
- Boardled = 1;
- thread_sleep_for(1500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(1500); //Sleep = Warten...
- Boardled = 1;
- thread_sleep_for(1500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(1500); //Sleep = Warten...
- Boardled = 1;
- thread_sleep_for(1500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(1500); //Sleep = Warten...
-
- Boardled = 1;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 1;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 1;
- thread_sleep_for(500); //Sleep = Warten...
- Boardled = 0;
- thread_sleep_for(500); //Sleep = Warten...
+ // Ergänzen Sie
}
}
\ No newline at end of file