diff options
| author | Julian Blake Kongslie | 2022-05-13 17:33:29 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-05-13 17:33:29 -0700 |
| commit | eacf968d4167d6825678d917d9933e2608058efe (patch) | |
| tree | 405f7d2e67fbe397b268c0ff523c07465ec204a9 /test.rb | |
| parent | Remove some newlines in the kicad netlist output (diff) | |
| download | lace-eacf968d4167d6825678d917d9933e2608058efe.tar.xz | |
Change the logical sides of a switch to actually work
Diffstat (limited to '')
| -rwxr-xr-x | test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ def btn(color="black") | |||
| 35 | sw = comp("SW", "BTN", "SPST button", color) | 35 | sw = comp("SW", "BTN", "SPST button", color) |
| 36 | sw[1] - sw[4] | 36 | sw[1] - sw[4] |
| 37 | sw[2] - sw[3] | 37 | sw[2] - sw[3] |
| 38 | pair(sw[1], sw[4]) | 38 | pair(sw[1], sw[3]) |
| 39 | end | 39 | end |
| 40 | 40 | ||
| 41 | nl = Lace::Netlist.new do | 41 | nl = Lace::Netlist.new do |
