LEDs/Button example.
Dependencies: mbed
Revision 3:50a3fc3bce95, committed 2017-05-29
- Comitter:
- bcostm
- Date:
- Mon May 29 13:14:37 2017 +0000
- Parent:
- 2:603a8ac68090
- Commit message:
- Correction in main.cpp
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
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() {