mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-21 02:15:55 +08:00
19 lines
510 B
C
19 lines
510 B
C
#include "header.h"
|
|
/**************************************************************************
|
|
|
|
Copyright: 杜兴杰
|
|
|
|
Author: 杜兴杰 1066950103@qq.com
|
|
|
|
Date: 2022-12-01
|
|
|
|
Description: 物美开发板 串口头文件
|
|
|
|
**************************************************************************/
|
|
#include "luat_uart.h"
|
|
|
|
void uartInit();
|
|
void uartSend(unsigned char nUartId, unsigned char* pnData, unsigned int nLength);
|
|
unsigned char* getUartBuffer(unsigned char nUartId);
|
|
unsigned int getUartRxLength(unsigned char nUartId);
|