File tree Expand file tree Collapse file tree 2 files changed +116
-0
lines changed
boards/esp32-c3-supermini Expand file tree Collapse file tree 2 files changed +116
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " ESP32-C3 Super Mini" ,
3
+ "version" : 1 ,
4
+ "description" : " A popular ESP32-C3 Super Mini board" ,
5
+ "author" : " Petr Gadorek" ,
6
+ "mcu" : " esp32-c3" ,
7
+ "fqbn" : " esp32:esp32:esp32c3" ,
8
+ "width" : 17.691 ,
9
+ "height" : 24.233 ,
10
+ "pins" : {
11
+ "5V" : {
12
+ "x" : 16.36 ,
13
+ "y" : 3.54 ,
14
+ "target" : " power(5)"
15
+ },
16
+ "GND" : {
17
+ "x" : 16.36 ,
18
+ "y" : 6.08 ,
19
+ "target" : " GND"
20
+ },
21
+ "3V3" : {
22
+ "x" : 16.36 ,
23
+ "y" : 8.62 ,
24
+ "target" : " power(3.3)"
25
+ },
26
+ "4" : {
27
+ "x" : 16.36 ,
28
+ "y" : 11.6 ,
29
+ "target" : " GPIO4"
30
+ },
31
+ "3" : {
32
+ "x" : 16.36 ,
33
+ "y" : 13.7 ,
34
+ "target" : " GPIO3"
35
+ },
36
+ "2" : {
37
+ "x" : 16.36 ,
38
+ "y" : 16.24 ,
39
+ "target" : " GPIO2"
40
+ },
41
+ "1" : {
42
+ "x" : 16.36 ,
43
+ "y" : 18.78 ,
44
+ "target" : " GPIO1"
45
+ },
46
+ "0" : {
47
+ "x" : 16.36 ,
48
+ "y" : 21.32 ,
49
+ "target" : " GPIO0"
50
+ },
51
+ "5" : {
52
+ "x" : 1.29 ,
53
+ "y" : 3.54 ,
54
+ "target" : " GPIO5"
55
+ },
56
+ "6" : {
57
+ "x" : 1.29 ,
58
+ "y" : 6.08 ,
59
+ "target" : " GPIO6"
60
+ },
61
+ "7" : {
62
+ "x" : 1.29 ,
63
+ "y" : 8.62 ,
64
+ "target" : " GPIO7"
65
+ },
66
+ "8" : {
67
+ "x" : 1.29 ,
68
+ "y" : 11.16 ,
69
+ "target" : " GPIO8"
70
+ },
71
+ "9" : {
72
+ "x" : 1.29 ,
73
+ "y" : 13.7 ,
74
+ "target" : " GPIO9"
75
+ },
76
+ "10" : {
77
+ "x" : 1.29 ,
78
+ "y" : 16.24 ,
79
+ "target" : " GPIO10"
80
+ },
81
+ "20" : {
82
+ "x" : 1.29 ,
83
+ "y" : 18.78 ,
84
+ "target" : " GPIO20"
85
+ },
86
+ "21" : {
87
+ "x" : 1.29 ,
88
+ "y" : 21.32 ,
89
+ "target" : " GPIO21"
90
+ }
91
+ },
92
+ "leds" : [
93
+ {
94
+ "id" : " led1" ,
95
+ "x" : 14.6 ,
96
+ "y" : 15.6 ,
97
+ "type" : " 0603" ,
98
+ "color" : " blue" ,
99
+ "pins" : {
100
+ "A" : " 8" , // The LED connects to GPIO pin 8
101
+ "C" : " GND.1"
102
+ }
103
+ }
104
+ ]
105
+ }
You can’t perform that action at this time.
0 commit comments