trivial change to a comment.
This commit is contained in:
parent
f6a4444de8
commit
d7434f79bb
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue