1
0
forked from HEL/circuiteria

fixed minor issues + changed some default styles

This commit is contained in:
2024-05-18 21:45:12 +02:00
parent 4fae4fe19a
commit 011802ffbe
16 changed files with 20 additions and 19 deletions

View File

@ -86,6 +86,7 @@
ports-y: (
in1: (h) => {h * 0.225},
in2: (h) => {h * 0.775},
out: (h) => {h * 0.5}
),
debug: debug
)