-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit dd4a7d6
konzenP-R-O-C-H-Ypre-commit-ci-lite[bot]
authoredfeat(LEDC): Adds the ability to set the clock source for the LEDC (#10171)
* Adds the ability to set the clock source for the LEDC
* feat(LEDC): Adjusting function names to more suitable
* feat(LEDC): Fix clock_source to static
* docs(ledc): Document ledc set and get clock source
* docs(ledc): Update ledcSetClockSource description
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: Jan Prochazka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 683fea1 commit dd4a7d6
File tree
3 files changed
+63
-3
lines changed- cores/esp32
- docs/en/api
3 files changed
+63
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
50 | 65 |
| |
51 | 66 |
| |
52 | 67 |
| |
| |||
111 | 126 |
| |
112 | 127 |
| |
113 | 128 |
| |
114 | - | ||
129 | + | ||
115 | 130 |
| |
116 | 131 |
| |
117 | 132 |
| |
| |||
241 | 256 |
| |
242 | 257 |
| |
243 | 258 |
| |
244 | - | ||
259 | + | ||
245 | 260 |
| |
246 | 261 |
| |
247 | 262 |
| |
| |||
292 | 307 |
| |
293 | 308 |
| |
294 | 309 |
| |
295 | - | ||
310 | + | ||
296 | 311 |
| |
297 | 312 |
| |
298 | 313 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
60 | 77 |
| |
61 | 78 |
| |
62 | 79 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
26 | 54 |
| |
27 | 55 |
| |
28 | 56 |
| |
|
0 commit comments