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.
Revision 104:f2805e857b14, committed 2019-11-19
- Comitter:
- arekzaluski
- Date:
- Tue Nov 19 14:11:50 2019 +0000
- Parent:
- 103:681967d62a72
- Child:
- 105:ed03c03b353e
- Commit message:
- Change timeout
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Nov 05 10:00:04 2019 +0000 +++ b/main.cpp Tue Nov 19 14:11:50 2019 +0000 @@ -8,7 +8,7 @@ // Blinking rate in milliseconds -#define BLINKING_RATE_MS 500 +#define BLINKING_RATE_MS 1000 int main()