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.
Dependencies: BSP_B-L475E-IOT01
Revision 1:57a53e16f6e6, committed 2018-12-06
- Comitter:
- iandil
- Date:
- Thu Dec 06 16:30:27 2018 +0000
- Parent:
- 0:c105215e1c51
- Commit message:
- fixed time interval;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c105215e1c51 -r 57a53e16f6e6 main.cpp
--- a/main.cpp Thu Dec 06 16:23:36 2018 +0000
+++ b/main.cpp Thu Dec 06 16:30:27 2018 +0000
@@ -128,7 +128,7 @@
- ticker.attach(&readData, 4);
+ ticker.attach(&readData, 60);
}