From 38fcedfc4532b56296ee6da600ec3958361865d6 Mon Sep 17 00:00:00 2001 From: "koom.nong" Date: Thu, 13 Jun 2024 16:51:45 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix=20(pwm):=20=E4=BF=AE=E6=94=B9FCM360W?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E6=9D=BF=E5=9D=97PWM=E5=8F=96=E5=80=BC?= =?UTF-8?q?=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改FCM360W英文板块PWM取值范围 固件版本: N 是否需要文案翻译: 是 --- docs/API_reference/en/peripherals/misc.PWM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/API_reference/en/peripherals/misc.PWM.md b/docs/API_reference/en/peripherals/misc.PWM.md index 8017d2cc..d8594689 100644 --- a/docs/API_reference/en/peripherals/misc.PWM.md +++ b/docs/API_reference/en/peripherals/misc.PWM.md @@ -19,6 +19,7 @@ class misc.PWM(PWM.PWMn,PWM.ABOVE_xx, highTime, cycleTime) - `PWM.ABOVE_xx` - Integer type. Time range. For EC200U, EC600U , EG915U and EG912U series modules:
PWM.ABOVE_MS ms-level time range: (0,10]
PWM.ABOVE_1US us-level time range: (0,10000]
PWM.ABOVE_10US us-level time range: (1,10000]
PWM.ABOVE_BELOW_US ns-level time range: [100,65535] +
FCM360W:
PWM.ABOVE_MS ms-level time range:[0,1]
PWM.ABOVE_1US us-level time range:[0,1638]
PWM.ABOVE_10US us-level time range:[0,11638]
PWM.ABOVE_BELOW_US ns-level time range: [2500,1638375] - `highTime` - Integer type. High level time. -- Gitee From 908825afab9eeb52b410d5e227bd10fa5c1ced72 Mon Sep 17 00:00:00 2001 From: "koom.nong" Date: Thu, 13 Jun 2024 16:53:14 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix=20(PWM):=20=E4=BF=AE=E6=94=B9FCM360W?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=9D=BF=E5=9D=97PWM=E5=8F=96=E5=80=BC?= =?UTF-8?q?=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改FCM360W中文板块PWM取值范围 固件版本: N 是否需要文案翻译: 是 --- docs/API_reference/zh/peripherals/misc.PWM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API_reference/zh/peripherals/misc.PWM.md b/docs/API_reference/zh/peripherals/misc.PWM.md index d7fc8b74..4336caf7 100644 --- a/docs/API_reference/zh/peripherals/misc.PWM.md +++ b/docs/API_reference/zh/peripherals/misc.PWM.md @@ -19,7 +19,7 @@ class misc.PWM(PWM.PWMn,PWM.ABOVE_xx, highTime, cycleTime) - `PWM.ABOVE_xx`-时间取值范围,int类型,说明如下: EC200U/EC600U/EG915U/EG912U系列:
PWM.ABOVE_MS ms级取值范围:(0,10]
PWM.ABOVE_1US us级取值范围:(0,10000]
PWM.ABOVE_10US us级取值范围:(1,10000]
PWM.ABOVE_BELOW_US ns级取值范围[100,65535] -
FCM360W:
PWM.ABOVE_MS ms级取值范围:(0,1]
PWM.ABOVE_1US us级取值范围:(2,1638]
PWM.ABOVE_10US us级取值范围:(2,11638]
PWM.ABOVE_BELOW_US ns级取值范围[2500,1638375] +
FCM360W:
PWM.ABOVE_MS ms级取值范围:[0,1]
PWM.ABOVE_1US us级取值范围:[0,1638]
PWM.ABOVE_10US us级取值范围:[0,11638]
PWM.ABOVE_BELOW_US ns级取值范围: [2500,1638375] - `highTime`-高电平时间,int类型,说明如下: -- Gitee From 369e36024beece69c98dd41160db3c99258f986e Mon Sep 17 00:00:00 2001 From: "koom.nong" Date: Thu, 13 Jun 2024 17:37:58 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix=20(PWM):=E4=BF=AE=E6=94=B9FCM360W=20PWM?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改FCM360W PWM取值范围 固件版本: N 是否需要文案翻译: 是 --- docs/API_reference/en/peripherals/misc.PWM.md | 2 +- docs/API_reference/zh/peripherals/misc.PWM.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API_reference/en/peripherals/misc.PWM.md b/docs/API_reference/en/peripherals/misc.PWM.md index d8594689..cba88b50 100644 --- a/docs/API_reference/en/peripherals/misc.PWM.md +++ b/docs/API_reference/en/peripherals/misc.PWM.md @@ -19,7 +19,7 @@ class misc.PWM(PWM.PWMn,PWM.ABOVE_xx, highTime, cycleTime) - `PWM.ABOVE_xx` - Integer type. Time range. For EC200U, EC600U , EG915U and EG912U series modules:
PWM.ABOVE_MS ms-level time range: (0,10]
PWM.ABOVE_1US us-level time range: (0,10000]
PWM.ABOVE_10US us-level time range: (1,10000]
PWM.ABOVE_BELOW_US ns-level time range: [100,65535] -
FCM360W:
PWM.ABOVE_MS ms-level time range:[0,1]
PWM.ABOVE_1US us-level time range:[0,1638]
PWM.ABOVE_10US us-level time range:[0,11638]
PWM.ABOVE_BELOW_US ns-level time range: [2500,1638375] +
FCM360W:
PWM.ABOVE_MS ms-level time range:[0,1]
PWM.ABOVE_1US us-level time range:[0,1638]
PWM.ABOVE_10US us-level time range:[0,1638]
PWM.ABOVE_BELOW_US ns-level time range: [2500,65535] - `highTime` - Integer type. High level time. diff --git a/docs/API_reference/zh/peripherals/misc.PWM.md b/docs/API_reference/zh/peripherals/misc.PWM.md index 4336caf7..4d075fac 100644 --- a/docs/API_reference/zh/peripherals/misc.PWM.md +++ b/docs/API_reference/zh/peripherals/misc.PWM.md @@ -19,7 +19,7 @@ class misc.PWM(PWM.PWMn,PWM.ABOVE_xx, highTime, cycleTime) - `PWM.ABOVE_xx`-时间取值范围,int类型,说明如下: EC200U/EC600U/EG915U/EG912U系列:
PWM.ABOVE_MS ms级取值范围:(0,10]
PWM.ABOVE_1US us级取值范围:(0,10000]
PWM.ABOVE_10US us级取值范围:(1,10000]
PWM.ABOVE_BELOW_US ns级取值范围[100,65535] -
FCM360W:
PWM.ABOVE_MS ms级取值范围:[0,1]
PWM.ABOVE_1US us级取值范围:[0,1638]
PWM.ABOVE_10US us级取值范围:[0,11638]
PWM.ABOVE_BELOW_US ns级取值范围: [2500,1638375] +
FCM360W:
PWM.ABOVE_MS ms级取值范围:[0,1]
PWM.ABOVE_1US us级取值范围:[0,1638]
PWM.ABOVE_10US us级取值范围:[0,1638]
PWM.ABOVE_BELOW_US ns级取值范围: [2500,65535] - `highTime`-高电平时间,int类型,说明如下: -- Gitee