File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ESP32-S2 8
17
17
ESP32-S3 8
18
18
ESP32-C3 6
19
19
ESP32-C6 6
20
+ ESP32-H2 6
20
21
========= =======================
21
22
22
23
Arduino-ESP32 LEDC API
@@ -125,10 +126,13 @@ This function is used to detach the pin from LEDC.
125
126
126
127
.. code-block :: arduino
127
128
128
- void ledcDetach(uint8_t pin);
129
+ bool ledcDetach(uint8_t pin);
129
130
130
131
* ``pin `` select LEDC pin.
131
132
133
+ This function will return ``true `` if detaching is successful.
134
+ If ``false `` is returned, error occurs and pin is not detached.
135
+
132
136
ledcChangeFrequency
133
137
*******************
134
138
Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ ESP32 SoC Number of timers
14
14
========= ================
15
15
ESP32 4
16
16
ESP32-S2 4
17
- ESP32-C3 2
18
17
ESP32-S3 4
18
+ ESP32-C3 2
19
+ ESP32-C6 2
20
+ ESP32-H2 2
19
21
========= ================
20
22
21
23
Arduino-ESP32 Timer API
You can’t perform that action at this time.
0 commit comments