使用 PIO 串口(还未测试)

This commit is contained in:
2024-03-31 18:04:35 +08:00
parent d329c022b5
commit 7f9fc40757
7 changed files with 443 additions and 14 deletions

View File

@@ -12,8 +12,8 @@ pico_sdk_init()
add_executable(
main
main.c
${CMAKE_CURRENT_LIST_DIR}/uart_tx.pio
${CMAKE_CURRENT_LIST_DIR}/uart_rx.pio
)