demo/tut3.c: memset options to 0 before modifying
[comedilib.git] / demo / ao_waveform.c
2012-05-03 Ian AbbottMerge branch 'master' of git://comedi.org/git/comedi...
2012-05-02 Bernd PorrAdded info that '-n' is used to select the waveform.
2007-11-30 Ian AbbottAdded blancmange curve.
2007-11-30 Ian AbbottSelected waveform with -n. Shifted up sine wave if...
2007-11-22 Ian AbbottSupport -c channel and -r range options.
2007-08-13 Frank Mori HessBe a little more correct by setting CMDF_WRITE flag...
2007-08-10 Frank Mori HessMoved comedi_internal_trigger into common.c
2007-08-10 Frank Mori HessRemoved some obsolete comments.
2007-01-03 Frank Mori HessMade parse_options() write options to a struct instead...
2004-01-02 Frank Mori Hessdoing a retry for the preload write is useless, since...
2004-01-02 Frank Mori Hessmade BUF_LEN larger, so boards with huge ao fifos ...
2003-01-01 Frank Mori Hessfixing includes for exit(), memset() for gcc 2.96 compi...
2002-11-22 Frank Mori Hessincreased BUF_LEN, so demo works better with ni boards
2002-09-25 David Schleefadd some error checking
2002-06-07 David SchleefHandles range,maxdata information correctly. Internal...
2002-05-22 Frank Mori Hessfix INTTRIG insn
2002-03-18 David SchleefAdded multi-channel support
2001-08-31 Frank Mori Hessfixed bug that I did that was noted by allan willcox
2001-08-24 Frank Mori Hessmodified to work with TRIG_INT, made it use the -F...
2001-07-15 David SchleefRemove commented stuff
2001-06-27 Frank Mori Hessmade ao_waveform use same parse_options() as other...
2001-05-14 Frank Mori Hessremoved outdated lseek stuff
2001-03-01 David Schleef5 new demos
2001-01-23 David Schleefbugfix
2000-10-19 David SchleefCleanup of example programs
2000-05-27 David Schleefmany random changes
2000-02-02 David SchleefInitial revision