oppg2

Dependencies:   mbed

Fork of LAB07_Oppgave2 by EL-POM1001

Files at this revision

API Documentation at this revision

Comitter:
eivindd24
Date:
Sat Dec 10 10:25:22 2016 +0000
Parent:
2:a27126b6128e
Commit message:
ok

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r a27126b6128e -r 676daabf1a54 main.cpp
--- a/main.cpp	Thu Oct 15 08:38:07 2015 +0000
+++ b/main.cpp	Sat Dec 10 10:25:22 2016 +0000
@@ -11,7 +11,7 @@
 
 void knappTrykket(){   
     knapp.disable_irq();
-    timeOutIrq.attach(&enableKnappeTrykk,.1);
+    timeOutIrq.attach(&enableKnappeTrykk,.3);
     teller=teller+1;
     leds=~teller;    
 }
diff -r a27126b6128e -r 676daabf1a54 mbed.bld
--- a/mbed.bld	Thu Oct 15 08:38:07 2015 +0000
+++ b/mbed.bld	Sat Dec 10 10:25:22 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/ba1f97679dad
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/25aea2a3f4e3
\ No newline at end of file