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 Board1Prg2 by
Revision 1:5f6d4748c3ff, committed 2018-09-12
- Comitter:
- selvakumararm
- Date:
- Wed Sep 12 05:59:47 2018 +0000
- Parent:
- 0:bcf6fcde4f32
- Commit message:
- Use this code as template for Q1
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r bcf6fcde4f32 -r 5f6d4748c3ff main.cpp --- a/main.cpp Wed Mar 28 07:33:30 2018 +0000 +++ b/main.cpp Wed Sep 12 05:59:47 2018 +0000 @@ -1,7 +1,6 @@ #include "mbed.h" DigitalOut myled(LED1); -//DigitalIn button1(USER_BUTTON); InterruptIn button1(USER_BUTTON); bool active = false;