loopingCounter(increment[,modulo]) -> new loopingCounter component
Emits an always incrementing value, that wraps back to zero when it reaches the specified limit.
Keyword arguments: - increment -- increment step size - modulo -- counter wrap back to zero before reaching this value (default=360)
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |