|
|
|
|
|
by voctor
869 days ago
|
|
By reading some code here https://github.com/Timot05/logic-card/blob/main/elec/src/log... I wonder if with directional arrows, instead of writing "out ~ switch.in; switch.out ~ power.gnd", we could write "out ~> switch ~> power.gnd" instead? But without distinction between in and out ports it may not be possible to check if connections are valid ones. Anyway, this project really makes me want to learn electronics! Congrats! |
|