T
tscircuit2mo ago
shibo

New core component for square wave

@Seve I want to create a core component for this square wave generator, what would it look like?
No description
3 Replies
Seve
Seve2mo ago
this is a type of voltagesource i think <voltagesource waveform="square" dutyCycle="50%" /> wdyt?
shibo
shiboOP2mo ago
it too won't have a pcb?
Seve
Seve2mo ago
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

Did you find this page helpful?