Demonstration solution of the switch-problem using interrupts
Fork of Task330_ISR by
Revision 1:de866e4249b0, committed 2017-10-25
- Comitter:
- noutram
- Date:
- Wed Oct 25 09:09:04 2017 +0000
- Parent:
- 0:2a35dbda8863
- Child:
- 2:88f3c172e566
- Commit message:
- Tidy up
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 23 13:41:17 2017 +0000
+++ b/main.cpp Wed Oct 25 09:09:04 2017 +0000
@@ -44,9 +44,6 @@
//Now loop forever
while(1) {
sleep();
+ puts("Wakey wakey");
};
}
-
-
-
-
