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
- Committer:
- itbusch
- Date:
- 2022-02-24
- Revision:
- 1:8e82cd0cc380
- Parent:
- 0:785952ab6af1
File content as of revision 1:8e82cd0cc380:
/* mbed BuschA, 40_LED_SOS
*/
#include "mbed.h"
//Initialisiere Ausgangspin und Variable
DigitalOut Boardled(LED1);
int main()
{
while (true)
{
// Ergänzen Sie
}
}