Our version of TFC code.

Dependencies:   FRDM-TFC mbed

Fork of FRDM-TFC by Eli Hughes

Revision:
8:4e9ce846f7c3
Parent:
7:b34924a05d60
--- a/TFC.cpp	Sun Apr 20 00:14:53 2014 +0000
+++ b/TFC.cpp	Fri May 01 15:44:59 2015 +0000
@@ -12,7 +12,7 @@
 
 #define FTM0_CLOCK                                             (SystemCoreClock/2)
 #define FTM0_CLK_PRESCALE                                      (0)  // Prescale Selector value - see comments in Status Control (SC) section for more details
-#define FTM0_DEFAULT_SWITCHING_FREQUENCY                      (4000.0)
+#define FTM0_DEFAULT_SWITCHING_FREQUENCY                      (9000.0)
 
 #define ADC_MAX_CODE    (4095)