Fix bug about the return value of comedi_get_range()
authorDavid Schleef <ds@schleef.org>
Wed, 27 Jun 2001 22:15:31 +0000 (22:15 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 27 Jun 2001 22:15:31 +0000 (22:15 +0000)
doc/tutorial

index b468e367d7613021f9ad465c7982f3e854aedaea..503582f232f00b3ff33893c174f196d53fecaf85 100644 (file)
@@ -272,13 +272,11 @@ The comedi_range structure looks like
            unsigned int unit;
    }comedi_range;
 
-As you might expect, ptr[range] is for range 'range',
-which you provided to comedi_data_read() above.  'min' represents
-the voltage corresponding to comedi_data_read() returning 0,
-and 'max' represents comedi_data_read() returning 'maxdata',
-(i.e., 4095 for 12 bit A/C converters, 65535 for 16 bit,
-or, 1 for digital input -- more on this in a bit.)  The
-'unit' entry tells you if min and
+The element 'min' represents the voltage corresponding to
+comedi_data_read() returning 0, and 'max' represents
+comedi_data_read() returning 'maxdata', (i.e., 4095 for 12
+bit A/C converters, 65535 for 16 bit, or, 1 for digital input
+-- more on this in a bit.)  The 'unit' entry tells you if min and
 max refer to voltage, current, etc.
 
 "Could it get easier?", you say.  Well, yes.  Use