mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 11:37:45 +08:00
添加了前置知识
This commit is contained in:
@@ -38,6 +38,7 @@ Vision_Recv_s *VisionInit(UART_HandleTypeDef *_handle)
|
||||
conf.module_callback = DecodeVision;
|
||||
conf.recv_buff_size = VISION_RECV_SIZE;
|
||||
conf.usart_handle = _handle;
|
||||
|
||||
vision_usart_instance = USARTRegister(&conf);
|
||||
return &recv_data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user