timer4.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 timer4; extern void timer4_init(void (*callback)()); #endif