From 955aa2e4e004e38c16c07c686d0fad6d9cf0f68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B9=AC?= Date: Wed, 27 Feb 2019 20:02:57 +0800 Subject: [PATCH] Update README.md Merges https://github.com/espressif/esp-idf/pull/3104 --- examples/peripherals/mcpwm/mcpwm_servo_control/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/peripherals/mcpwm/mcpwm_servo_control/README.md b/examples/peripherals/mcpwm/mcpwm_servo_control/README.md index cafab4d71c..7913609371 100644 --- a/examples/peripherals/mcpwm/mcpwm_servo_control/README.md +++ b/examples/peripherals/mcpwm/mcpwm_servo_control/README.md @@ -6,11 +6,11 @@ Assign pulse width range and the maximum degree, accordingly the servo will move ## Step 1: Pin assignment -* GPIO15 is assigned as the MCPWM signal for servo motor +* GPIO18 is assigned as the MCPWM signal for servo motor ## Step 2: Connection -* connect GPIO15 with servo pwm signal +* connect GPIO18 with servo pwm signal * other two wires of servo motor are VCC and GND