Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
Well I am trying to create my own input logic in a chip. So I want to execute some updates continuously when an input signal is on.
(By input I mean chip input, not gamepad input)
When I debug a simple version of this, e.g. if button pressed, and wire it into a counter... then the counter only updates when the signal changes. So in this example holding the button does not trigger pulses.