Uart2.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:0k
源码类别:

uCOS

开发平台:

C/C++

  1. #ifndef __UART2_H__
  2. #define __UART2_H__
  3. void Test_Uart2_Int(void);
  4. void Test_Uart2_Dma(void);
  5. void Test_Uart2_Fifo(void);
  6. #endif /*__UART2_H__*/