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 Nucleo_read_button_interrupt by
Revision 2:4103c09a0f63, committed 2016-05-28
- Comitter:
- ittraining
- Date:
- Sat May 28 07:34:08 2016 +0000
- Parent:
- 1:19e910fda737
- Commit message:
- test by jo
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu May 05 03:36:22 2016 +0000
+++ b/main.cpp Sat May 28 07:34:08 2016 +0000
@@ -17,8 +17,8 @@
int main()
{
- // mybutton.fall(&pressed_down);
- mybutton.rise(&pressed_down);
+ mybutton.fall(&pressed_down);
+ // mybutton.rise(&pressed_down);
while (1) {
myled = !myled;
wait(delay);
