Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of LAB07_Oppgave2 by
Revision 3:a6daf1c79697, committed 2015-10-15
- 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;
}
