Eivind Dammen
/
LAB07_Oppgave2
oppg2
Fork of LAB07_Oppgave2 by
Revision 3:676daabf1a54, committed 2016-12-10
- 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 |
--- 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; }
--- 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