git @ Cat's Eye Technologies beta-Juliet / master eg / osc.bj
master

Tree @master (Download .tar.gz)

osc.bj @masterraw · history · blame

1
2
3
4
5
6
7
8
9
// Description of a 1KHz oscillator in beta-Juliet v1.0

event OscillatorGoesHigh,
  duration 0.001 s,
  causes OscillatorGoesLow;

event OscillatorGoesLow,
  duration 0.001 s,
  causes OscillatorGoesHigh.