doc(ledc): Update LEDC example README.md file.

This commit is contained in:
hou wen xiang
2018-06-29 21:46:51 +08:00
committed by bot
parent 19910c8729
commit ade39f823f
2 changed files with 64 additions and 21 deletions

View File

@@ -92,6 +92,7 @@ void app_main()
.duty = 0,
.gpio_num = LEDC_HS_CH0_GPIO,
.speed_mode = LEDC_HS_MODE,
.hpoint = 0,
.timer_sel = LEDC_HS_TIMER
},
{
@@ -99,6 +100,7 @@ void app_main()
.duty = 0,
.gpio_num = LEDC_HS_CH1_GPIO,
.speed_mode = LEDC_HS_MODE,
.hpoint = 0,
.timer_sel = LEDC_HS_TIMER
},
{
@@ -106,6 +108,7 @@ void app_main()
.duty = 0,
.gpio_num = LEDC_LS_CH2_GPIO,
.speed_mode = LEDC_LS_MODE,
.hpoint = 0,
.timer_sel = LEDC_LS_TIMER
},
{
@@ -113,6 +116,7 @@ void app_main()
.duty = 0,
.gpio_num = LEDC_LS_CH3_GPIO,
.speed_mode = LEDC_LS_MODE,
.hpoint = 0,
.timer_sel = LEDC_LS_TIMER
},
};