From 8a6a630eddf6aa71e0f8d26ee510ab3f67f17e8e Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期三, 28 五月 2025 14:38:24 +0800 Subject: [PATCH] V1.12版本,新增5V输入检测和修改看门狗位置,和上次提交一致 --- pin_config.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pin_config.c b/pin_config.c index 8f9e200..8afd207 100644 --- a/pin_config.c +++ b/pin_config.c @@ -49,6 +49,7 @@ io_pin_mux_set(IO_PIN_9, IO_FUNC6); io_pin_mux_set(IO_PIN_10, IO_FUNC6); + // io_pull_set(IO_PIN_9 , IO_PULL_DOWN, IO_PULL_UP_LEVEL3); // io_pull_set(IO_PIN_10 , IO_PULL_DOWN, IO_PULL_UP_LEVEL3); -- Gitblit v1.9.3