
13 Oct
2007
13 Oct
'07
12:13 a.m.
by the way, supplying the resolution bits doesn't work unless you change the following line in adc-to-dac2.ck: if( me.args() > 2 ) Std.atoi( me.arg(2) ) => nbits; to if( me.args() > 1 ) Std.atoi( me.arg(1) ) => nbits; eduard