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/io.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/io.kicad_sch')
-rw-r--r-- | pcb/io.kicad_sch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/pcb/io.kicad_sch b/pcb/io.kicad_sch index ea34d1b..97cff19 100644 --- a/pcb/io.kicad_sch +++ b/pcb/io.kicad_sch @@ -41,6 +41,17 @@ ) (uuid "45ec5773-8d2d-4a39-ab09-93e944e5f5cf") ) + (hierarchical_label "MOT_ENABLE" + (shape input) + (at 50.8 104.14 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5e7574e1-db5c-4b98-bddb-f4a2442010d7") + ) (hierarchical_label "MOT_PHASE_2" (shape bidirectional) (at 241.3 109.22 0) @@ -107,4 +118,26 @@ ) (uuid "b2345f23-bf38-46ed-8d0a-dc732dbc223b") ) + (hierarchical_label "CONTACT_CLOSED" + (shape output) + (at 50.8 95.25 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e4fcb223-d94c-4527-a90e-ba0a15ee16ae") + ) + (hierarchical_label "MOT_DIRECTION" + (shape input) + (at 50.8 101.6 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "fbe5ce3b-c16c-4f97-8132-53378525fa11") + ) ) |