|
1 | 1 | { |
2 | 2 | /* The name of the board */ |
3 | | - "name": "Wemos Lolin32 lite", |
| 3 | + "name": "Wemos Lolin32 Lite", |
4 | 4 |
|
5 | 5 | /* Board version. Increment it whenever you make changes. */ |
6 | 6 | "version": 1, |
|
31 | 31 | - "power(n)" for power supply pins, where n is the voltage. e.g. "power(3.3)" |
32 | 32 | */ |
33 | 33 | "pins": { |
34 | | - "VP": { "x": 1.4, "y": 7.38, "target": "VP" }, |
35 | | - "VN": { "x": 1.4, "y": 9.92, "target": "VN" }, |
36 | | - "EN": { "x": 1.4, "y": 12.46, "target": "EN" }, |
| 34 | + "VP": { "x": 1.4, "y": 7.38, "target": "GPIO36" }, |
| 35 | + "VN": { "x": 1.4, "y": 9.92, "target": "GPIO39" }, |
| 36 | + "EN": { "x": 1.4, "y": 12.46, "target": "CHIP_PU" }, |
37 | 37 | "GPIO34": { "x": 1.4, "y": 15, "target": "GPIO34" }, |
38 | 38 | "GPIO35": { "x": 1.4, "y": 17.54, "target": "GPIO35" }, |
39 | 39 | "GPIO32": { "x": 1.4, "y": 20.08, "target": "GPIO32" }, |
|
60 | 60 | "3V": { "x": 24.26, "y": 7.38, "target": "power(3.3)" }, |
61 | 61 |
|
62 | 62 | "BAT+": { "x": 2.87, "y": 49.3, "target": "power(bat)" }, |
63 | | - "BAT-": { "x": 5.41, "y": 49.3, "target": "GND" } |
| 63 | + "BAT-": { "x": 5.41, "y": 49.3, "target": "GND" }, |
| 64 | + |
| 65 | + /* Virual UART pins, connected to the CH340C chip */ |
| 66 | + "TX": { "target": "GPIO1" }, |
| 67 | + "RX": { "target": "GPIO3" } |
64 | 68 | }, |
65 | 69 |
|
66 | 70 | /* On-board LED definitions. These only draw the light of the LED when it's on. |
|
0 commit comments