Skip to content

Commit 2d85323

Browse files
committed
switched board for more schematics one
1 parent a64c30a commit 2d85323

File tree

2 files changed

+44
-4079
lines changed

2 files changed

+44
-4079
lines changed

boards/esp32-c3-supermini/board.json

Lines changed: 36 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -5,106 +5,95 @@
55
"author": "Petr Gadorek",
66
"mcu": "esp32-c3",
77
"fqbn": "esp32:esp32:esp32c3",
8-
"width": 20,
9-
"height": 24.4,
8+
"width": 17.691,
9+
"height": 24.233,
1010
"pins": {
1111
"5V": {
12-
"x": 17.5,
13-
"y": 3.5,
12+
"x": 16.36,
13+
"y": 3.54,
1414
"target": "power(5)"
1515
},
1616
"GND": {
17-
"x": 17.5,
18-
"y": 6,
17+
"x": 16.36,
18+
"y": 6.08,
1919
"target": "GND"
2020
},
2121
"3V3": {
22-
"x": 17.5,
23-
"y": 8.5,
22+
"x": 16.36,
23+
"y": 8.62,
2424
"target": "power(3.3)"
2525
},
2626
"4": {
27-
"x": 17.5,
28-
"y": 11,
27+
"x": 16.36,
28+
"y": 11.6,
2929
"target": "GPIO4"
3030
},
3131
"3": {
32-
"x": 17.5,
33-
"y": 13.5,
32+
"x": 16.36,
33+
"y": 13.7,
3434
"target": "GPIO3"
3535
},
3636
"2": {
37-
"x": 17.5,
38-
"y": 16.1,
37+
"x": 16.36,
38+
"y": 16.24,
3939
"target": "GPIO2"
4040
},
4141
"1": {
42-
"x": 17.5,
43-
"y": 18.6,
42+
"x": 16.36,
43+
"y": 18.78,
4444
"target": "GPIO1"
4545
},
4646
"0": {
47-
"x": 17.5,
48-
"y": 21.1,
47+
"x": 16.36,
48+
"y": 21.32,
4949
"target": "GPIO0"
5050
},
5151
"5": {
52-
"x": 2.5,
53-
"y": 3.5,
52+
"x": 1.29,
53+
"y": 3.54,
5454
"target": "GPIO5"
5555
},
5656
"6": {
57-
"x": 2.5,
58-
"y": 6,
57+
"x": 1.29,
58+
"y": 6.08,
5959
"target": "GPIO6"
6060
},
6161
"7": {
62-
"x": 2.5,
63-
"y": 8.5,
62+
"x": 1.29,
63+
"y": 8.62,
6464
"target": "GPIO7"
6565
},
6666
"8": {
67-
"x": 2.5,
68-
"y": 11,
67+
"x": 1.29,
68+
"y": 11.16,
6969
"target": "GPIO8"
7070
},
7171
"9": {
72-
"x": 2.5,
73-
"y": 13.5,
72+
"x": 1.29,
73+
"y": 13.7,
7474
"target": "GPIO9"
7575
},
7676
"10": {
77-
"x": 2.5,
78-
"y": 16.1,
77+
"x": 1.29,
78+
"y": 16.24,
7979
"target": "GPIO10"
8080
},
8181
"20": {
82-
"x": 2.5,
83-
"y": 18.6,
82+
"x": 1.29,
83+
"y": 18.78,
8484
"target": "GPIO20"
8585
},
8686
"21": {
87-
"x": 2.5,
88-
"y": 21.1,
87+
"x": 1.29,
88+
"y": 21.32,
8989
"target": "GPIO21"
9090
}
9191
},
9292
"leds": [
93-
{
94-
"id": "power",
95-
"x": 4.15,
96-
"y": 7.2,
97-
"type": "0603",
98-
"color": "red",
99-
"pins": {
100-
"A": "3V3", // This is a power LED, so it's always on
101-
"C": "GND.1"
102-
}
103-
},
10493
{
10594
"id": "led1",
106-
"x": 14.7,
107-
"y": 13.2,
95+
"x": 14.6,
96+
"y": 15.6,
10897
"type": "0603",
10998
"color": "blue",
11099
"pins": {

0 commit comments

Comments
 (0)