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: mbed-dsp
Fork of mbed-os-example-blinky by
Diff: main.cpp
- Revision:
- 34:90d3527a2258
- Parent:
- 29:0b58d21e87d6
- Child:
- 35:935167115537
--- a/main.cpp Tue Mar 28 19:35:13 2017 +0000 +++ b/main.cpp Tue Mar 28 19:47:14 2017 +0000 @@ -6,7 +6,8 @@ int main() { while (true) { led1 = !led1; - wait(0.5); + //ändrade värdet från 0.5 till 0.6 + wait(0.6); } }