diff options
author | xengineering <me@xengineering.eu> | 2025-05-24 14:04:13 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-05-24 14:04:13 +0200 |
commit | 5e48ef91e68fcddc591950ca56c930c50912454f (patch) | |
tree | def3334c12bf9f44ca1d08d5c235e17e516a2d40 /pcb/processor.kicad_sch | |
parent | 6db34475d1935f368bec60f530f88cd066924849 (diff) | |
download | iot-contact-5e48ef91e68fcddc591950ca56c930c50912454f.tar iot-contact-5e48ef91e68fcddc591950ca56c930c50912454f.tar.zst iot-contact-5e48ef91e68fcddc591950ca56c930c50912454f.zip |
pcb: Invert button signals
Making them active-low makes it easier to reset the MCU. For the wipe
functionality it does not make a role since it will simply be defined in
Devicetree.
Diffstat (limited to 'pcb/processor.kicad_sch')
-rw-r--r-- | pcb/processor.kicad_sch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcb/processor.kicad_sch b/pcb/processor.kicad_sch index 84ec013..a35d700 100644 --- a/pcb/processor.kicad_sch +++ b/pcb/processor.kicad_sch @@ -2341,7 +2341,7 @@ ) (uuid "82f61e74-c865-4393-826a-066e2a341f3e") ) - (hierarchical_label "BTN_REBOOT" + (hierarchical_label "~{BTN_REBOOT}" (shape input) (at 105.41 179.07 270) (effects @@ -2407,7 +2407,7 @@ ) (uuid "617b37ec-b5d3-4e1b-971a-1e543c286c47") ) - (hierarchical_label "BTN_WIPE" + (hierarchical_label "~{BTN_WIPE}" (shape input) (at 107.95 179.07 270) (effects |