From 86b22e1ab11ca7e719c3d4128b4b51f5ad15e7a0 Mon Sep 17 00:00:00 2001 From: "zhen.guo" Date: Fri, 25 Apr 2025 13:33:17 +0800 Subject: [PATCH] del EC800M/EG810M pin104,105 --- en/peripherals/machine.Pin.md | 16 ++++------------ zh/peripherals/machine.Pin.md | 8 -------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/en/peripherals/machine.Pin.md b/en/peripherals/machine.Pin.md index 429c2ee..1c9988a 100644 --- a/en/peripherals/machine.Pin.md +++ b/en/peripherals/machine.Pin.md @@ -1505,14 +1505,6 @@ class machine.Pin(GPIOn, direction, pullMode, level) GPIO44 Pin25 - - GPIO45 - Pin105 - - - GPIO46 - Pin104 - GPIO47 Pin79 @@ -3483,7 +3475,7 @@ This method sets the pin level. **Parameter:** -- `value` - Integer type. Pin level. `0` - low level. `1` - high level. +- `value` - Integer type. Pin level. `0` - low level. `1` - high level. **Return Value:** @@ -3508,7 +3500,7 @@ This method sets the pin level. Pin.set_dir(value) ``` -This method sets I/O mode of the pin. +This method sets I/O mode of the pin. **Parameter:** @@ -3526,11 +3518,11 @@ This method sets I/O mode of the pin. Pin.get_dir() ``` -This method gets I/O mode of the pin. +This method gets I/O mode of the pin. **Return Value:** -I/O mode of pins. +I/O mode of pins. `0` - Input mode. diff --git a/zh/peripherals/machine.Pin.md b/zh/peripherals/machine.Pin.md index 9ba758b..6f49625 100644 --- a/zh/peripherals/machine.Pin.md +++ b/zh/peripherals/machine.Pin.md @@ -1506,14 +1506,6 @@ class machine.Pin(GPIOn, direction, pullMode, level) GPIO44 引脚号25 - - GPIO45 - 引脚号105 - - - GPIO46 - 引脚号104 - GPIO47 引脚号79 -- Gitee