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:4642c669045c, committed 2015-09-28
- Comitter:
- yasuyuki
- Date:
- Mon Sep 28 04:47:25 2015 +0000
- Parent:
- 3:7ecc01d39b46
- Commit message:
- to change P0_13 to P0_7
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/main.cpp Sat Sep 26 13:15:46 2015 +0000 +++ b/main.cpp Mon Sep 28 04:47:25 2015 +0000 @@ -41,7 +41,7 @@ #endif AQM0802 lcd(i2c); -IR ir(P0_12,P0_13); +IR ir(P0_12,P0_7); InterruptIn button(P0_12); void irInterrupt()