Skip to content

Commit c5ca284

Browse files
committed
docs(ledc): Fix ledc documentation formatting
1 parent a02e31d commit c5ca284

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/en/api/ledc.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ This function is used to setup LEDC pin with given frequency and resolution. LED
3434
3535
* ``pin`` select LEDC pin.
3636
* ``freq`` select frequency of pwm.
37-
* ``resolution`` select resolution for LEDC channel.
37+
* ``resolution`` select resolution for LEDC channel.
38+
3839
* range is 1-14 bits (1-20 bits for ESP32).
3940

4041
This function will return ``true`` if configuration is successful.
@@ -51,8 +52,10 @@ This function is used to setup LEDC pin with given frequency, resolution and cha
5152
5253
* ``pin`` select LEDC pin.
5354
* ``freq`` select frequency of pwm.
54-
* ``resolution`` select resolution for LEDC channel.
55+
* ``resolution`` select resolution for LEDC channel.
56+
5557
* range is 1-14 bits (1-20 bits for ESP32).
58+
5659
* ``channel`` select LEDC channel.
5760

5861
This function will return ``true`` if configuration is successful.

0 commit comments

Comments
 (0)