git @ Cat's Eye Technologies beta-Juliet / ee0e49e
Fix bugs in oscillator example. Cat's Eye Technologies 13 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 Low, High;
44
55 event Oscillator goes (State = Pulse),
6 causes Oscillator goes (succ State | first Pulse)
7 after 0.001 s;
6 causes Oscillator goes (next State | first Pulse)
7 after 0.001 s.