s

Dependencies:   mbed

Fork of LAB07_Oppgave2 by EL-POM1001

Files at this revision

API Documentation at this revision

Comitter:
Voldread
Date:
Thu Oct 15 15:02:32 2015 +0000
Parent:
2:a27126b6128e
Commit message:
s

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r a27126b6128e -r a6daf1c79697 main.cpp
--- a/main.cpp	Thu Oct 15 08:38:07 2015 +0000
+++ b/main.cpp	Thu Oct 15 15:02:32 2015 +0000
@@ -10,8 +10,8 @@
 }
 
 void knappTrykket(){   
-    knapp.disable_irq();
-    timeOutIrq.attach(&enableKnappeTrykk,.1);
+    //knapp.disable_irq();
+    //timeOutIrq.attach(&enableKnappeTrykk,.1);
     teller=teller+1;
     leds=~teller;    
 }