Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 171 Bytes

File metadata and controls

17 lines (11 loc) · 171 Bytes

连续发送与接收

UART

  • TX GPIO12
  • RX GPIO13

USB UART

  • TX GPIO13
  • RX GPIO12

执行指令

cargo run -r -p uart_continuous_tx_and_rx