mirror of
https://github.com/radex/RadPie2040.git
synced 2024-12-12 13:00:20 +00:00
Refactor schematic to be hierarchical
This commit is contained in:
parent
49b901d4e5
commit
035e2e4bb8
6 changed files with 13206 additions and 11234 deletions
7413
PCB/RP2040.kicad_sch
Normal file
7413
PCB/RP2040.kicad_sch
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -645,7 +645,7 @@
|
|||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"name": "",
|
||||
"sort_asc": true,
|
||||
"sort_asc": false,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
|
@ -701,6 +701,14 @@
|
|||
[
|
||||
"ba62e47e-9e07-4e97-ab08-24b670d50f97",
|
||||
"Root"
|
||||
],
|
||||
[
|
||||
"31c1c34e-d5d5-4e65-a92c-f1b38f0e4a56",
|
||||
"RP2040"
|
||||
],
|
||||
[
|
||||
"a7279dbb-fa7d-4fe1-8e3b-1875bbe4e3c4",
|
||||
"USBC"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
|
|
11220
PCB/RadPie2040.kicad_sch
11220
PCB/RadPie2040.kicad_sch
File diff suppressed because it is too large
Load diff
3059
PCB/USBC.kicad_sch
Normal file
3059
PCB/USBC.kicad_sch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,7 @@ A RP2040-based board, similar to [Raspberry Pi Pico H](https://www.raspberrypi.c
|
|||
- USB-C connector
|
||||
- BOOTSEL *and* RESET buttons
|
||||
- **JLCPCB Assembly optimized**, 2-layer board
|
||||
- KiCad 8 template, easily modifiable to your project needs
|
||||
- KiCad 8 template, hierarchical schematic
|
||||
|
||||
**DISCLAIMER**: This board was designed as an exercise. It has not (yet) been manufactured and tested. Also, **I don't know what I'm doing**, this is like the third PCB I've designed. Don't use it lol.
|
||||
|
||||
|
|
Loading…
Reference in a new issue