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:
- 8:18d4824c5a92
- Parent:
- 7:179e4f3a0c12
--- a/main.cpp Tue Feb 18 15:03:49 2020 +0000
+++ b/main.cpp Tue Feb 18 15:10:07 2020 +0000
@@ -8,7 +8,7 @@
DigitalOut led4( MBED_CONF_IOTKIT_LED4 );
// optimiert float statt double wenn ohne "f"
-float warte = 2.0f;
+float warte = 1.5f;
int main()
{