You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to fixed clock frequency add the option for a frequency range.
Any number of additional inputs can set a specific frequency in this range.
Example:
clock
100..200ms
with 2 freq inputs.
when freq inputs value is 0 the clock works at 100ms per tick
when freq inputs value is 1 the clock works at 133ms
when value is 2 the clock works at 166ms
when value is 3 the clock works at 200ms
The text was updated successfully, but these errors were encountered:
In addition to fixed clock frequency add the option for a frequency range.
Any number of additional inputs can set a specific frequency in this range.
Example:
clock
100..200ms
with 2 freq inputs.
when freq inputs value is 0 the clock works at 100ms per tick
when freq inputs value is 1 the clock works at 133ms
when value is 2 the clock works at 166ms
when value is 3 the clock works at 200ms
The text was updated successfully, but these errors were encountered: