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.
Diff: main.cpp
- Revision:
- 4:89345ff980ea
- Parent:
- 3:05cf74b7bad8
--- a/main.cpp Tue Oct 06 01:50:55 2020 +0000 +++ b/main.cpp Tue Oct 06 12:50:57 2020 +0000 @@ -5,6 +5,8 @@ DigitalIn switch_input(p17); Serial pc(USBTX, USBRX); +//code compiles but the mbed has a problem with blinking at certain time intervals + int main() { while(1) { if (switch_input==1) {