bsp_TiMbase.h 893 Bytes
/**
******************************************************************************
* @file         bsp_TiMbase.h                                                                                              
* @version      V1.0                          
* @date         2018-06-18                       
* @brief        bsp_TiMbase.c的头文件
*        
* @company      深圳炜世科技有限公司
* @information  WIZnet W5100s官方代理商,全程技术支持,价格优势大!
* @website      www.wisioe.com    
* @forum        www.w5100s.com
* @qqGroup      579842114                                                     
******************************************************************************
*/
#ifndef TIME_TEST_H
#define TIME_TEST_H

//#include "stm32f10x.h"
//#include "stm32f2xx.h"
#include "stm32f4xx.h"

void TIM2_NVIC_Configuration(void);
void TIM2_Configuration(void);

#endif  /* TIME_TEST_H */