#ifndef __TIMER_H #define __TIMER_H #include "stm32f2xx.h" #include "stm32f2xx_hal.h" void TIMER_config(void); void delay_ms(uint32_t nms); #endif