Alif Ahmed
/
digitalInInterrupt_sample_Q2
Revision 7:7b2bafe16916, committed 2020-09-18
- Comitter:
- alifsohen
- Date:
- Fri Sep 18 13:12:42 2020 +0000
- Parent:
- 6:3f0c8a143224
- Commit message:
- Sample program: Interrupts
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Sep 18 13:11:09 2020 +0000 +++ b/main.cpp Fri Sep 18 13:12:42 2020 +0000 @@ -1,5 +1,5 @@ #include "mbed.h" - + // Labs 2: Example program for using an interrupt (or callback) // ----------------------------------------------------------- // A callback function (corresponding to an ISR) is called when a button