Demonstration solution of the switch-problem using interrupts

Fork of Task330_ISR by University of Plymouth - Stages 1, 2 and 3

Files at this revision

API Documentation at this revision

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");
     };
 }
-
-
-
-