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.
Diff: UserButton.h
- Revision:
- 1:d5f5481d7eaf
- Parent:
- 0:94d6bf511846
--- a/UserButton.h Fri Jul 12 07:35:10 2019 +0000 +++ b/UserButton.h Fri May 07 15:39:38 2021 +0000 @@ -1,4 +1,4 @@ -InterruptIn mybutton(USER_BUTTON); +InterruptIn mybutton(USER_BUTTON);//PC_13 Timeout FrameTimeout; Timeout BounceTimeout;