Lab version

Fork of Task327 by Nicholas Outram

Revision:
5:26484016d498
Parent:
4:c85556b07606
--- a/main.cpp	Thu Oct 12 14:57:29 2017 +0000
+++ b/main.cpp	Thu Sep 12 14:55:16 2019 +0000
@@ -57,11 +57,9 @@
   
         //Put CPU back to sleep
         sleep();                //woken by rising edge
-        puts("Rising");                
         updateState();
         
         sleep(); //Falling edge
-        puts("Falling");
         updateState();
         
         //You can ONLY reach this point if an ISR wakes the CPU twice