mirror of
https://gitee.com/openLuat/LuatOS
synced 2025-08-17 22:18:03 +08:00
fix:注释错误
This commit is contained in:
parent
81b922c2a9
commit
cfc5b3a69c
|
@ -91,7 +91,7 @@ int l_uart_handler(lua_State *L, void* ptr) {
|
|||
@int 串口id, uart0写0, uart1写1, 如此类推, 最大值取决于设备
|
||||
@int 波特率, 默认115200,可选择波特率表:{2000000,921600,460800,230400,115200,57600,38400,19200,9600,4800,2400}
|
||||
@int 数据位,默认为8, 可选 7/8
|
||||
@int 停止位,默认为1, 可选 0/1, 有部分特殊芯片会支持1.5,使用2代表.
|
||||
@int 停止位,默认为1, 根据实际情况,可以有0.5/1/1.5/2等
|
||||
@int 校验位,可选 uart.None/uart.Even/uart.Odd
|
||||
@int 大小端,默认小端 uart.LSB, 可选 uart.MSB
|
||||
@int 缓冲区大小,默认值1024
|
||||
|
|
Loading…
Reference in New Issue
Block a user