File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ This function is used to setup LEDC pin with given frequency and resolution. LED
34
34
35
35
* ``pin `` select LEDC pin.
36
36
* ``freq `` select frequency of pwm.
37
- * ``resolution `` select resolution for LEDC channel.
37
+ * ``resolution `` select resolution for LEDC channel.
38
+
38
39
* range is 1-14 bits (1-20 bits for ESP32).
39
40
40
41
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
51
52
52
53
* ``pin `` select LEDC pin.
53
54
* ``freq `` select frequency of pwm.
54
- * ``resolution `` select resolution for LEDC channel.
55
+ * ``resolution `` select resolution for LEDC channel.
56
+
55
57
* range is 1-14 bits (1-20 bits for ESP32).
58
+
56
59
* ``channel `` select LEDC channel.
57
60
58
61
This function will return ``true `` if configuration is successful.
You can’t perform that action at this time.
0 commit comments