Simple frequency counter, run without modification on Nucleo board, Input pin PA0, PA1, PB3. Only for STM32F4 series (Tested on Nucleo-F401RE,-F411RE and F446RE)

Dependencies:   freq_counter_STM32F4xx

see /users/kenjiArai/notebook/frequency-counters/

Revision:
2:bff82681a822
Parent:
1:2a347c40b1da
Child:
3:603f4efe3985
--- a/main.cpp	Sun May 26 05:38:26 2013 +0000
+++ b/main.cpp	Sun May 26 05:42:36 2013 +0000
@@ -1,5 +1,5 @@
 //
-//  CLOCK OUT to PWM1 PIN Sample with Freq Counter using Cap2.0 
+//  CLOCK OUT to PWM1[6] Sample with Freq Counter using Cap2.0 
 //  For LPC1768-mbed
 //
 //  Reference: 5MHz Clock Out Code and Comment - http://mbed.org/forum/mbed/topic/733/