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 4:89345ff980ea, committed 2020-10-06
- Comitter:
- markschwarzer
- Date:
- Tue Oct 06 12:50:57 2020 +0000
- Parent:
- 3:05cf74b7bad8
- Commit message:
- Last
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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) {