Skip to content

Commit

Permalink
fix(arduino-nano-esp32): missing commas and svg rx0 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AriellaE committed Jul 25, 2023
1 parent 09ba221 commit 1a2e9db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions boards/arduino-nano-esp32/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"width": 43.3,
"height": 18.05,

"pins": {
"D12": { "x": 4.8, "y": 1.5, "target": "GPIO47" },
"D11": { "x": 7.34, "y": 1.5, "target": "GPIO38" },
Expand Down Expand Up @@ -42,7 +42,7 @@
"GND.2": { "x": 37.82, "y": 16.74, "target": "GND" },
"VIN": { "x": 40.36, "y": 16.74, "target": "power(5)" },

"$gpio45": { "target": "GPIO45" },
"$gpio45": { "target": "GPIO45" }
},
"leds": [
{
Expand All @@ -55,7 +55,7 @@
"A": "VIN",
"C": "GND.1"
}
}
},
{
"id": "ledBuiltIn",
"x": 2.49,
Expand All @@ -66,17 +66,17 @@
"A": "D13",
"C": "GND.1"
}
}
},
{
"id": "rgb",
"x": 11.7,
"y": 5,
"type": "rgb",
"pins": {
"R": "B0",
"G": "B1",
"B": "$gpio45",
"A": "3V3"
"R": "B0",
"G": "B1",
"B": "$gpio45",
"A": "3V3"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino-nano-esp32/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a2e9db

Please sign in to comment.