New core component for square wave
@Seve I want to create a core component for this square wave generator, what would it look like?

3 Replies
this is a type of voltagesource i think
<voltagesource waveform="square" dutyCycle="50%" />
wdyt?it too won't have a pcb?
yea it's not possible to create it on a PCB, it's an abstract concept
something like a 555 timer can create a square wave, we could use
pinAttributes: { OUT: { waveform: "square", dutyCycle: "50%" } }
in the future to mark that pins coming from chips have square waves
sometimes what people will do is insert a voltage source connected to a pin so that they can simulate the a pin doing stuff, this is a good approach too