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 TimerFiera by
Revision 3:b96d23930bf8, committed 2018-05-16
- Comitter:
- Ghiri
- Date:
- Wed May 16 21:03:52 2018 +0000
- Parent:
- 2:9fc2b9475b38
- Commit message:
- Sorgente di partenza per sviluppare i Timer V2.0
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Apr 22 07:25:05 2016 +0000 +++ b/main.cpp Wed May 16 21:03:52 2018 +0000 @@ -17,7 +17,7 @@ AnalogIn vbat(PC_3); InterruptIn user_button(USER_BUTTON); -InterruptIn proximity(D9); +InterruptIn proximity(PB_7); Timer t; TextLCD lcd(D2,D3,D4,D5,D6,D7);
