feat: 增加通信帧提取功能
This commit is contained in:
11
app/tiny_frame/by_tiny_frame_config.h
Normal file
11
app/tiny_frame/by_tiny_frame_config.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _BY_TINY_FRAME_CONFIG_H__
|
||||
#define _BY_TINY_FRAME_CONFIG_H__
|
||||
|
||||
#define BY_TF_UART_TX_PIN (UART3_MAP0_TX_B10)
|
||||
#define BY_TF_UART_RX_PIN (UART3_MAP0_RX_B11)
|
||||
#define BY_TF_UART_INDEX (UART_3)
|
||||
#define BY_TF_UART_BAUDRATE (115200)
|
||||
|
||||
#define BY_TF_PARSE_BUFFER_SIZE (50)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user