InterruptIn speed check

Dependencies:   FastPWM mbed

Fork of InterruptIn_speed by Erik -

Revision:
3:7745ac0591aa
Parent:
1:8fb0b4376b5d
Child:
4:f871f375cd99
--- a/main.cpp	Sat Jun 22 11:37:39 2013 +0000
+++ b/main.cpp	Wed Sep 11 08:33:22 2013 +0000
@@ -15,7 +15,7 @@
 int main (void)
 {
     //Start_frequency is 60kHz
-    double frequency = 60e3;
+    double frequency = 65e3;
     pwm = 0;
     interrupt.rise(&interrupt_handler);
 
@@ -40,3 +40,4 @@
     }
     while(1);
 }
+