Commit a1f58ad
File tree
26 files changed
+545
-67
lines changedFilter options
- libraries
- ESP32/examples
- AnalogOut/LEDCFade
- DeepSleep/SmoothBlink_ULP_Code
- FreeRTOS
- Mutex
- Queue
- Semaphore
- GPIO/FunctionalInterrupt
- MacAddress/GetMacAddress
- Serial/RS485_Echo_Demo
- Utilities
- HEXBuilder
- MD5Builder
- SHA1Builder
- ESP_I2S/examples
- ES8388_loopback
- Record_to_WAV
- ESP_NOW/examples
- ESP_NOW_Broadcast_Master
- ESP_NOW_Broadcast_Slave
- ESP_NOW_Network
- SD/examples/SD_Test
- WebServer/examples
- HttpAuthCallback
- HttpAuthCallbackInline
- HttpBasicAuthSHA1
- HttpBasicAuthSHA1orBearerToken
- MultiHomedServers
- WiFi/examples/WiFiClient
- variants
- yb_esp32s3_amp_v2
- yb_esp32s3_amp_v3
26 files changed
+545
-67
lines changed+417Lines changed: 417 additions & 0 deletions
Large diffs are not rendered by default.
libraries/ESP32/examples/AnalogOut/LEDCFade/LEDCFade.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/AnalogOut/LEDCFade/LEDCFade.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 |
| - |
35 |
| - |
36 | 33 |
|
37 | 34 |
|
38 | 35 |
|
|
libraries/ESP32/examples/DeepSleep/SmoothBlink_ULP_Code/SmoothBlink_ULP_Code.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/DeepSleep/SmoothBlink_ULP_Code/SmoothBlink_ULP_Code.ino-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
142 |
| - |
143 | 142 |
|
144 | 143 |
|
145 | 144 |
|
|
libraries/ESP32/examples/FreeRTOS/Mutex/Mutex.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/FreeRTOS/Mutex/Mutex.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 |
| - |
| 20 | + |
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
|
libraries/ESP32/examples/FreeRTOS/Queue/Queue.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/FreeRTOS/Queue/Queue.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 | 27 |
|
31 | 28 |
|
32 | 29 |
|
|
libraries/ESP32/examples/FreeRTOS/Semaphore/Semaphore.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/FreeRTOS/Semaphore/Semaphore.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
41 |
| - |
| 39 | + |
42 | 40 |
|
43 | 41 |
|
44 | 42 |
|
|
libraries/ESP32/examples/GPIO/FunctionalInterrupt/FunctionalInterrupt.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/GPIO/FunctionalInterrupt/FunctionalInterrupt.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
60 |
| - |
61 |
| - |
| 59 | + |
62 | 60 |
|
63 | 61 |
|
64 | 62 |
|
|
libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
39 |
| - |
40 | 37 |
|
41 | 38 |
|
42 | 39 |
|
|
libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 |
| - |
27 | 24 |
|
28 | 25 |
|
29 | 26 |
|
|
libraries/ESP32/examples/Utilities/HEXBuilder/HEXBuilder.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/Utilities/HEXBuilder/HEXBuilder.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 |
| - |
7 |
| - |
| 5 | + |
8 | 6 |
|
9 | 7 |
|
10 | 8 |
|
|
libraries/ESP32/examples/Utilities/MD5Builder/MD5Builder.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/Utilities/MD5Builder/MD5Builder.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 |
| - |
| 15 | + |
18 | 16 |
|
19 | 17 |
|
20 | 18 |
|
|
libraries/ESP32/examples/Utilities/SHA1Builder/SHA1Builder.ino
Copy file name to clipboardExpand all lines: libraries/ESP32/examples/Utilities/SHA1Builder/SHA1Builder.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
18 |
| - |
| 16 | + |
19 | 17 |
|
20 | 18 |
|
21 | 19 |
|
|
libraries/ESP_I2S/examples/ES8388_loopback/ES8388_loopback.ino
Copy file name to clipboardExpand all lines: libraries/ESP_I2S/examples/ES8388_loopback/ES8388_loopback.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 | 43 |
|
47 | 44 |
|
48 | 45 |
|
|
libraries/ESP_I2S/examples/Record_to_WAV/Record_to_WAV.ino
Copy file name to clipboardExpand all lines: libraries/ESP_I2S/examples/Record_to_WAV/Record_to_WAV.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 | 35 |
|
39 | 36 |
|
40 | 37 |
|
|
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master/ESP_NOW_Broadcast_Master.ino
Copy file name to clipboardExpand all lines: libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master/ESP_NOW_Broadcast_Master.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
68 |
| - |
69 |
| - |
70 | 67 |
|
71 | 68 |
|
72 | 69 |
|
|
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave/ESP_NOW_Broadcast_Slave.ino
Copy file name to clipboardExpand all lines: libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave/ESP_NOW_Broadcast_Slave.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
84 |
| - |
85 |
| - |
86 | 83 |
|
87 | 84 |
|
88 | 85 |
|
|
libraries/ESP_NOW/examples/ESP_NOW_Network/ESP_NOW_Network.ino
Copy file name to clipboardExpand all lines: libraries/ESP_NOW/examples/ESP_NOW_Network/ESP_NOW_Network.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
248 | 248 |
|
249 | 249 |
|
250 | 250 |
|
251 |
| - |
252 |
| - |
253 |
| - |
254 | 251 |
|
255 | 252 |
|
256 | 253 |
|
|
libraries/SD/examples/SD_Test/SD_Test.ino
Copy file name to clipboardExpand all lines: libraries/SD/examples/SD_Test/SD_Test.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
212 |
| - |
213 |
| - |
214 |
| - |
215 | 212 |
|
216 | 213 |
|
217 | 214 |
|
|
libraries/WebServer/examples/HttpAuthCallback/HttpAuthCallback.ino
Copy file name to clipboardExpand all lines: libraries/WebServer/examples/HttpAuthCallback/HttpAuthCallback.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
| 32 | + |
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
|
libraries/WebServer/examples/HttpAuthCallbackInline/HttpAuthCallbackInline.ino
Copy file name to clipboardExpand all lines: libraries/WebServer/examples/HttpAuthCallbackInline/HttpAuthCallbackInline.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 |
| - |
| 20 | + |
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
|
libraries/WebServer/examples/HttpBasicAuthSHA1/HttpBasicAuthSHA1.ino
Copy file name to clipboardExpand all lines: libraries/WebServer/examples/HttpBasicAuthSHA1/HttpBasicAuthSHA1.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
36 |
| - |
| 34 | + |
37 | 35 |
|
38 | 36 |
|
39 | 37 |
|
|
libraries/WebServer/examples/HttpBasicAuthSHA1orBearerToken/HttpBasicAuthSHA1orBearerToken.ino
Copy file name to clipboardExpand all lines: libraries/WebServer/examples/HttpBasicAuthSHA1orBearerToken/HttpBasicAuthSHA1orBearerToken.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
82 |
| - |
83 |
| - |
| 81 | + |
84 | 82 |
|
85 | 83 |
|
86 | 84 |
|
|
libraries/WebServer/examples/MultiHomedServers/MultiHomedServers.ino
Copy file name to clipboardExpand all lines: libraries/WebServer/examples/MultiHomedServers/MultiHomedServers.ino+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
70 |
| - |
71 |
| - |
| 69 | + |
72 | 70 |
|
73 | 71 |
|
74 | 72 |
|
|
libraries/WiFi/examples/WiFiClient/WiFiClient.ino
Copy file name to clipboardExpand all lines: libraries/WiFi/examples/WiFiClient/WiFiClient.ino-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
39 |
| - |
40 | 37 |
|
41 | 38 |
|
42 | 39 |
|
|
variants/yb_esp32s3_amp_v2/pins_arduino.h
Copy file name to clipboard+57Lines changed: 57 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 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 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
variants/yb_esp32s3_amp_v3/pins_arduino.h
Copy file name to clipboard+60Lines changed: 60 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 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 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
0 commit comments