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.
Fork of digitalInPolling_sample by
Diff: main.cpp
- Revision:
- 3:8d87cbabe37e
- Parent:
- 2:cd1fe8c29793
- Child:
- 4:82f7ccb294d3
diff -r cd1fe8c29793 -r 8d87cbabe37e main.cpp
--- a/main.cpp Tue Jan 16 18:02:44 2018 +0000
+++ b/main.cpp Tue Jan 15 09:47:06 2019 +0000
@@ -42,7 +42,7 @@
}
break ;
}
- Thread::wait(30);
+ wait(0.03);
}
}
@@ -58,6 +58,6 @@
pressEvent = 0 ; // clear the event variable
led = !led ;
}
- Thread::wait(100) ;
+ Thread::wait(0.1) ;
}
}
\ No newline at end of file
