stm32關於浮點數在串口接收函數

stm32關於浮點數在串口接收函數web void USART3_IRQHandler(void) { unsigned char data_3; static char tx_3 = 0; static uint8_t i;svg if(USART_GetITStatus(USART3,USART_IT_RXNE)!= RESET) { data_3 = USART_ReceiveData(US
相關文章
相關標籤/搜索