diff --git a/docs/en/module/plus.md b/docs/en/module/plus.md index d36dc84b..2492f919 100644 --- a/docs/en/module/plus.md +++ b/docs/en/module/plus.md @@ -8,7 +8,7 @@ ## Description -This a enhanced module including battery(500mAh), gear potentiometer, IR transmitter, PORT B(GPIO Port), PORT C(UART Port) and MicroPhone Pad. You can stack it with a M5Core for function enhancement. The module comunicates with M5Core with I2C. It's I2C address is 0x62. +PLUS is a enhanced module including battery(500mAh), gear potentiometer, IR transmitter, PORT B(GPIO Port), PORT C(UART Port) and MicroPhone Pad. You can stack it with a M5Core for function enhancement. The module comunicates with M5Core with I2C. It's I2C address is 0x62. ## Feature diff --git a/docs/en/module/usb.md b/docs/en/module/usb.md index 3d284f30..b3230e49 100644 --- a/docs/en/module/usb.md +++ b/docs/en/module/usb.md @@ -31,7 +31,7 @@ - **[Forum](http://forum.m5stack.com/)** -- **[Datasheet]** - [MAX3421E](https://www.sparkfun.com/datasheets/DevTools/Arduino/MAX3421E.pdf) +- **Datasheet** - [MAX3421E](https://www.sparkfun.com/datasheets/DevTools/Arduino/MAX3421E.pdf) ## Example diff --git a/docs/zh_CN/module/servo.md b/docs/zh_CN/module/servo.md index d84c91cc..5bd0fbe6 100644 --- a/docs/zh_CN/module/servo.md +++ b/docs/zh_CN/module/servo.md @@ -8,7 +8,7 @@ ## 描述 -Servo是一个普通舵机(比如常见的9g舵机)驱动模块,它理论上可以同时驱动12路舵机。可是实际测试中,因为同时带动12路舵机时,电流很大,所以这个模块暂时能同时驱动9路舵机。过段时间,我们会推出改进升级版本,敬请期待。 +Servo是一个普通舵机(比如常见的9g舵机)驱动模块,它理论上可以同时驱动12路舵机。可是实际测试中,同时带动12路舵机时,电流很大,所以这个模块暂时能同时驱动9路舵机。过段时间,我们会推出改进升级版本,敬请期待。 Servo模块使用起来非常简单,因为内置了MEGA328芯片来管理多路舵机,所以使用的时候,只需要M5Core与Servo模块堆叠之后,通过GRVOE接口(I2C)通信(I2C地址是0x53)。编程时,在Arduino IDE环境下,也只需2-3行即可驱动。而且还支持UiFlow编程,只需要拖拽代码块即可使用。 diff --git a/docs/zh_CN/module/usb.md b/docs/zh_CN/module/usb.md index 819c8b35..4be78552 100644 --- a/docs/zh_CN/module/usb.md +++ b/docs/zh_CN/module/usb.md @@ -31,7 +31,7 @@ - **[官方论坛](http://forum.m5stack.com/)** -- **[数据手册](https://www.sparkfun.com/datasheets/DevTools/Arduino/MAX3421E.pdf)** (MAX3421E) +- **数据手册** - [MAX3421E](https://www.sparkfun.com/datasheets/DevTools/Arduino/MAX3421E.pdf) ## 例程