Commit a1f58ad
File tree
Expand file treeCollapse 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
- HttpAuthCallbackInline
- HttpAuthCallback
- HttpBasicAuthSHA1orBearerToken
- HttpBasicAuthSHA1
- MultiHomedServers
- WiFi/examples/WiFiClient
- variants
- yb_esp32s3_amp_v2
- yb_esp32s3_amp_v3
Expand file treeCollapse file tree
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 |
|
|
0 commit comments