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.
main.cpp
00001 /* mbed BuschA, 60_LED_SOS */ 00002 #include "mbed.h" 00003 #include "UP_SOS.h" 00004 //Initialisiere Ausgangspin und Variable 00005 00006 int main() 00007 { 00008 00009 while (true) 00010 { 00011 UP_SOS_kurz(); //Funktionsaufruf... 00012 UP_SOS_lang(); 00013 UP_SOS_kurz(); 00014 thread_sleep_for(2000); //Sleep = Warten... 00015 } 00016 }
Generated on Fri Aug 19 2022 13:15:37 by
1.7.2