LEDs/Button example.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 3:50a3fc3bce95
- Parent:
- 2:603a8ac68090
diff -r 603a8ac68090 -r 50a3fc3bce95 main.cpp
--- a/main.cpp Mon May 29 15:10:02 2017 +0200
+++ b/main.cpp Mon May 29 13:14:37 2017 +0000
@@ -7,7 +7,7 @@
InterruptIn mybutton(USER_BUTTON);
-double tempo = 0.2; // LED blinking delay
+double tempo = 0.3; // LED blinking delay
// Change LEDs blinking frequency
void change_blinking_frequency() {