diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-12-31 21:15:17 -0330 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-12-31 21:15:17 -0330 |
| commit | 5b36f90e9f8a8767f81c9b7443c7765813b07c40 (patch) | |
| tree | ffdee8f79b9a07a5669398ee88c1152cbd1dfca9 /hw | |
| parent | 1ff2a43e4df966282889e2f64e0e5f7ae15bdc24 (diff) | |
| download | can-gauge-interface-5b36f90e9f8a8767f81c9b7443c7765813b07c40.zip | |
pcb: spi debug header labels
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/can_gauge_interface.kicad_pcb | 39 | ||||
| -rw-r--r-- | hw/can_gauge_interface.kicad_prl | 2 |
2 files changed, 40 insertions, 1 deletions
diff --git a/hw/can_gauge_interface.kicad_pcb b/hw/can_gauge_interface.kicad_pcb index 9a1a76a..d4c662a 100644 --- a/hw/can_gauge_interface.kicad_pcb +++ b/hw/can_gauge_interface.kicad_pcb @@ -17419,6 +17419,19 @@ (justify left) ) ) + (gr_text "SCK" + (at 111.76 94.615 0) + (layer "F.SilkS") + (uuid "21e53bde-473a-4e9a-b828-6b6e7581d554") + (effects + (font + (size 1.2 1.2) + (thickness 0.2) + (bold yes) + ) + (justify right bottom) + ) + ) (gr_text "SCL" (at 130.175 99.06 0) (layer "F.SilkS") @@ -17445,6 +17458,19 @@ (justify left) ) ) + (gr_text "MISO" + (at 116.84 94.615 0) + (layer "F.SilkS") + (uuid "67b5c13d-922d-4815-aa60-33a9f4bdc353") + (effects + (font + (size 1.2 1.2) + (thickness 0.2) + (bold yes) + ) + (justify left bottom) + ) + ) (gr_text "SWDIO" (at 142.875 76.2 0) (layer "F.SilkS") @@ -17575,6 +17601,19 @@ (justify left) ) ) + (gr_text "MOSI" + (at 114.3 94.615 0) + (layer "F.SilkS") + (uuid "e029f392-2a08-4b65-91cf-8a22611dabd6") + (effects + (font + (size 1.2 1.2) + (thickness 0.2) + (bold yes) + ) + (justify bottom) + ) + ) (gr_text "3.3" (at 104.14 74.93 0) (layer "F.SilkS") diff --git a/hw/can_gauge_interface.kicad_prl b/hw/can_gauge_interface.kicad_prl index e4e7398..1868b99 100644 --- a/hw/can_gauge_interface.kicad_prl +++ b/hw/can_gauge_interface.kicad_prl @@ -1,6 +1,6 @@ { "board": { - "active_layer": 0, + "active_layer": 5, "active_layer_preset": "", "auto_track_width": true, "hidden_netclasses": [], |