Initial Commit

This commit is contained in:
2026-03-27 10:10:47 -04:00
commit cd5dca843e
20 changed files with 537 additions and 0 deletions

29
diagram.json Normal file
View File

@@ -0,0 +1,29 @@
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"id": "uno",
"type": "wokwi-arduino-uno",
"top": 45,
"left": 375
},
{
"id": "neopixels",
"type": "wokwi-neopixel-canvas",
"top": 0,
"left": 0,
"attrs": {
"rows": "1",
"cols": "42",
"matrixBrightness": "10"
}
}
],
"connections": [
["uno:GND.1", "neopixels:VSS", "black", ["v0", "*", "v16"]],
["uno:6", "neopixels:DIN", "green", ["v-16", "*", "v8"]],
["uno:5V", "neopixels:VDD", "red", ["v20", "h-95", "*", "v8"]]
]
}