Uart_InterruptsendY(USART2, RxData, packet_size)
时间:10-02
整理:3721RD
点击:
别人的程序,这个函数没有定义,请问这是什么意思啊?跪求大神指点!
Uart_InterruptsendY(USART2, RxData, packet_size);
Uart_InterruptsendY(USART2, RxData, packet_size);
从字面意思看,可能是中断服务函数,作用是把接收的数据发送至PC。USART2使用的是串口2,RxData接收的数据(一般用指针),packet_size要发送数据的长度(字节数)
应该就是一个简单的长数据发送吧
