Fix bugs in oscillator example.
Cat's Eye Technologies
13 years ago
3 | 3 |
Low, High;
|
4 | 4 |
|
5 | 5 |
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.
|