File tree
Expand file treeCollapse file tree
7 files changed
+27
-27
lines changedFilter options
- cores/esp32
- libraries/ESP32/examples/GPIO/BlinkRGB
- variants
- esp32c3
- esp32s2
- esp32s3
Expand file treeCollapse file tree
7 files changed
+27
-27
lines changedcores/esp32/esp32-hal-gpio.c
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-gpio.c+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
95 |
| - |
96 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
| ||
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 |
| - |
138 |
| - |
| 137 | + |
| 138 | + |
139 | 139 |
|
140 |
| - |
141 |
| - |
| 140 | + |
| 141 | + |
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
|
cores/esp32/esp32-hal-rgb-led.c
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-rgb-led.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 |
| - |
12 |
| - |
| 10 | + |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
cores/esp32/esp32-hal-rgb-led.h
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-rgb-led.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 |
| - |
| 10 | + |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
libraries/ESP32/examples/GPIO/BlinkRGB/BlinkRGB.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/GPIO/BlinkRGB/BlinkRGB.ino+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
| 24 | + |
| 25 | + |
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
variants/esp32c3/pins_arduino.h
Copy file name to clipboardExpand all lines: variants/esp32c3/pins_arduino.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
variants/esp32s2/pins_arduino.h
Copy file name to clipboardExpand all lines: variants/esp32s2/pins_arduino.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
| 15 | + |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
variants/esp32s3/pins_arduino.h
Copy file name to clipboardExpand all lines: variants/esp32s3/pins_arduino.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
0 commit comments