11 years, 11 months ago.

Timeout not working properly

I have interfaced a timeout configured for 1 second to generate a pulse .The pulse seems to be generated only once,any idea as to what may be the problem.

1 Answer

11 years, 11 months ago.

A timeout is intended to be generated only once. If you want it to be recurring you should use a Ticker.

Accepted Answer