mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-21 02:15:55 +08:00
更新硬件SDK
This commit is contained in:
18
sdk/合宙/air780e/csdk/wu_mei/inc/uart.h
Normal file
18
sdk/合宙/air780e/csdk/wu_mei/inc/uart.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "header.h"
|
||||
/**************************************************************************
|
||||
|
||||
Copyright: <20><><EFBFBD>˽<EFBFBD>
|
||||
|
||||
Author: <20><><EFBFBD>˽<EFBFBD> 1066950103@qq.com
|
||||
|
||||
Date: 2022-12-01
|
||||
|
||||
Description: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD>
|
||||
|
||||
**************************************************************************/
|
||||
#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);
|
||||
Reference in New Issue
Block a user