I am dealing with a tiny little application consisting of a processor board and a sensor board. My question:
How would one handle this properly?
Currently I see two possibilities:
- 2 different KiCad projects. Technically all simple and would do the job. Although one feels that as long as it is one application, it should somehow … be one KiCad project
- 1 project, 1 board, both parts separated by a paneling (V-paneling, in the given case).
Thanks!