f303k8 wav player

Dependencies:   SDFileSystem mbed

Revision:
1:7a3f34b2d18b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TIM6Driver.h	Thu Aug 11 08:29:22 2016 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "stm32f3xx_hal_rcc.h"
+#include "cmsis_nvic.h"
+
+#define TIM6CLK (32000000)
+
+void MX_TIM6_Init(void);
+void MX_NVIC_Init(void);
+void TIM6ClockSet(uint16_t setPeriod);
+void TIM6ClearInt(void);
\ No newline at end of file