From 9aa8760604c398bc3a7a19b26c9e06de776f11df Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 29 五月 2025 18:13:05 +0800 Subject: [PATCH] 完成免布线标签地板基本测试,修改串口为串口0,有修改为功率固件flag因中断多次触发问题,未加防抖保护,升级未测试 --- pin_config.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pin_config.c b/pin_config.c index 399e01c..c969bf3 100644 --- a/pin_config.c +++ b/pin_config.c @@ -68,12 +68,12 @@ // gpio_pin_set_dir(IO_PIN_13 ,GPIO_DIR_IN, 0); // Single ADC, If IO0 is set to negative input, the positive input is Vref, and vice versa - io_pin_mux_set(IO_PIN_0, IO_FUNC1); - io_pull_set(IO_PIN_0, IO_HIGH_Z, IO_PULL_UP_NONE); +// io_pin_mux_set(IO_PIN_0, IO_FUNC1); +// io_pull_set(IO_PIN_0, IO_HIGH_Z, IO_PULL_UP_NONE); - //PA控制引脚开启 - io_pin_mux_set(IO_PIN_9, IO_FUNC6); - io_pin_mux_set(IO_PIN_10, IO_FUNC6); +// //PA控制引脚开启 +// io_pin_mux_set(IO_PIN_9, IO_FUNC6); +// io_pin_mux_set(IO_PIN_10, IO_FUNC6); // //5V输入检测,下拉GPIO // gpio_pin_set_dir(INPUT_5V_Pin , GPIO_DIR_IN, 0); -- Gitblit v1.9.3