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.
Diff: main.cpp
- Revision:
- 1:83cf28b993af
- Parent:
- 0:1f9f0461419d
- Child:
- 2:f7beca47603f
--- a/main.cpp Wed Jun 02 10:57:16 2021 +0000 +++ b/main.cpp Thu Jun 03 15:28:49 2021 +0000 @@ -7,7 +7,7 @@ #include "LCD.h" lcd mylcd; -int zeit= 20; //Zeit in ms +int zeit= 100; //Zeit in ms PortOut zustand(PortC,0b1111); DigitalOut warnlampe(PC_7);