diff options
author | xengineering <me@xengineering.eu> | 2025-02-18 19:44:49 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-18 19:44:49 +0100 |
commit | 968d182429594578654a983d8a5b605f8f152650 (patch) | |
tree | b66c7922cec0dc778f0e414ade0ff2992d087c7e /pcb/power.kicad_sch | |
parent | 19008e463bbf182e481e06c034299268fa329843 (diff) | |
download | iot-contact-968d182429594578654a983d8a5b605f8f152650.tar iot-contact-968d182429594578654a983d8a5b605f8f152650.tar.zst iot-contact-968d182429594578654a983d8a5b605f8f152650.zip |
pcb: Add hierarchical labels and connections
Diffstat (limited to 'pcb/power.kicad_sch')
-rw-r--r-- | pcb/power.kicad_sch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pcb/power.kicad_sch b/pcb/power.kicad_sch index 2faf6a3..41176ec 100644 --- a/pcb/power.kicad_sch +++ b/pcb/power.kicad_sch @@ -19,6 +19,28 @@ ) (uuid "63f6c991-7d4d-49ef-849f-23837f200404") ) + (hierarchical_label "POE_GND" + (shape input) + (at 50.8 104.14 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b1ec6760-d5a6-4e6d-aee9-003cb8337baf") + ) + (hierarchical_label "POE_VIN" + (shape input) + (at 50.8 101.6 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c603889f-a252-47f2-a949-32058b61158a") + ) (hierarchical_label "EXT_5V" (shape input) (at 50.8 114.3 180) |