trivial change to a comment.
authorFrank Mori Hess <fmhess@speakeasy.net>
Fri, 8 Feb 2008 18:23:05 +0000 (18:23 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Fri, 8 Feb 2008 18:23:05 +0000 (18:23 +0000)
demo/tut2.c

index 0e9372c054107849c9e4fd3bf084b921f05c89d0..4e9f8ea8b4046d85d1b6867babf5ae51af9fb9d1 100644 (file)
@@ -20,7 +20,8 @@ int range = 0;                        /* more on this later */
 int aref = AREF_GROUND;                /* more on this later */
 const char filename[] = "/dev/comedi0";
 
-/* initialize a comedi_polynomial_t so it can be used with comedi_to_physical */
+/* figure out if we are talking to a hardware-calibrated or software-calibrated board,
+       then obtain a comedi_polynomial_t which can be used with comedi_to_physical */
 int get_converter(comedi_t *device, unsigned subdevice, unsigned channel,
        unsigned range, comedi_polynomial_t *converter)
 {