This commit is contained in:
2026-05-06 19:51:30 +07:00
commit 3958b0edcf
2704 changed files with 410390 additions and 0 deletions
Executable
+20
View File
@@ -0,0 +1,20 @@
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-s3-devkitc-1", "id": "esp32", "top": 0, "left": 0, "attrs": {} },
{ "type": "wokwi-microsd-card", "id": "sd1", "top": 170, "left": -300, "attrs": { "filesystem": "sd" } }
],
"connections": [
[ "esp32:TX", "$serialMonitor:RX", "", [] ],
[ "esp32:RX", "$serialMonitor:TX", "", [] ],
[ "esp32:GND.1", "sd1:GND", "black", [ "v0" ] ],
[ "esp32:5V", "sd1:VCC", "red", [ "v0" ] ],
[ "esp32:10", "sd1:CS", "yellow", [ "v0" ] ],
[ "esp32:11", "sd1:DI", "blue", [ "v0" ] ],
[ "esp32:12", "sd1:SCK", "orange", [ "v0" ] ],
[ "esp32:13", "sd1:DO", "green", [ "v0" ] ]
]
}