diff --git "a/docs/API_reference/zh/QuecPython\347\261\273\345\272\223/misc.ADC.md" "b/docs/API_reference/zh/QuecPython\347\261\273\345\272\223/misc.ADC.md" index d0ae12cdad5d35d14a10eed66f02091e68114162..51d97a1647d71f2746559858029b02e941d60de8 100644 --- "a/docs/API_reference/zh/QuecPython\347\261\273\345\272\223/misc.ADC.md" +++ "b/docs/API_reference/zh/QuecPython\347\261\273\345\272\223/misc.ADC.md" @@ -1,4 +1,4 @@ -# class ADC - 电压采集功能 +# class ADC - 模数转换 用于采集电压信号。 diff --git "a/docs/API_reference/zh/QuecPython\347\261\273\345\272\223/misc.PWM.md" "b/docs/API_reference/zh/QuecPython\347\261\273\345\272\223/misc.PWM.md" index d6d7f601d48fea3cd8055240f51548b7d0b20ef1..73e52703c3d3ed29d50ce0a9bbb68bdd92bd1b25 100644 --- "a/docs/API_reference/zh/QuecPython\347\261\273\345\272\223/misc.PWM.md" +++ "b/docs/API_reference/zh/QuecPython\347\261\273\345\272\223/misc.PWM.md" @@ -2,7 +2,7 @@ 提供脉宽调制输出功能。 -> 注意:BC25系列不支持此模块。 +> BC25系列不支持此模块。 ## 构造函数 diff --git a/docs/API_reference/zh/sidebar.yaml b/docs/API_reference/zh/sidebar.yaml index f2d32837f5d2689e0a7a06ae615782899c9b372e..770fb1b84d779758a2b863190a12ecb7a7547f7e 100644 --- a/docs/API_reference/zh/sidebar.yaml +++ b/docs/API_reference/zh/sidebar.yaml @@ -107,9 +107,9 @@ items: - label: ADC - 模数转换 file: QuecPython类库/misc.ADC.md - label: USB - USB插拔检测 - file: QuecPython类库/misc.USBNET.md - - label: USBNET - USB网卡 file: QuecPython类库/misc.USB.md + - label: USBNET - USB网卡 + file: QuecPython类库/misc.USBNET.md - label: modem - 设备相关 file: QuecPython类库/modem.md - label: machine - 硬件相关功能