Removed some obsolete comments.
authorFrank Mori Hess <fmhess@speakeasy.net>
Fri, 10 Aug 2007 17:50:59 +0000 (17:50 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Fri, 10 Aug 2007 17:50:59 +0000 (17:50 +0000)
demo/ao_waveform.c

index 2c2489514eec7a3155c86121e9dd331e16ae28fe..fe75bed8c9e9b8569d17efa147fb8649f270c5fb 100644 (file)
  * [ Actually, the accumulator is only 26 bits, for some
  * reason.  I'll fix this sometime. ]
  *
- * On the Comedi side of things, the setup for mode 2
- * is similar to analog input, except for the TRIG_WRITE
- * flag.  Once you have issued the command, comedi then
- * expects you to keep the buffer full of data to output
- * to the DAC.  This is done by write().  Since there
- * may be a delay between the comedi_command() and a subsequent
- * write(), you should fill the buffer using write() before
- * you call comedi_command(), as is done here.
- *
  */
 
 #include <stdio.h>