Files
GarbageCanCenter_Woer_stm/STM32_4路称重_Git提交精简工程/src/HARDWARE/USART/UsarInterface.h
T

20 lines
553 B
C
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*************************** (C) COPYRIGHT 2017 CXHY ****************************
* 文件名 usart5.h
* 描 述 :串口5驱动头文件代码
* 版 本 V1.0
* 作 者 XuZhongPing
* 日 期 2017/03/15
*********************************************************************************/
#ifndef __USART_InterFace_H
#define __USART_InterFace_H
#include "stm32f10x.h"
#include "stdio.h"
void USART5_ReceiveDataHandler(uint8_t res);
#endif
/******************** (C) COPYRIGHT 2017 CXHY *****END OF FILE*******************/