Skip to content

Commit

Permalink
fix uart
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed May 11, 2024
1 parent f9f8064 commit 4b7862b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/maixpy_v1/comm_uart.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from maix import time


uart_A = UART("/dev/ttyUSB0", 115200)
uart_A = UART("/dev/serial0", 115200)


time.sleep_ms(100) # wait uart ready
Expand Down

0 comments on commit 4b7862b

Please sign in to comment.