timer3.h 179 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 #ifndef _TIMER4_H #define _TIMER4_H #include "stm32f4xx.h" #include "uart.h" #include "stdint.h" extern Uart_Timer timer3; extern void timer3_init(void (*callback)()); #endif