diff -C 3 -r comedilib-0.7.21/doc/comedilib.sgml comedilib-0.7.21_patched/doc/comedilib.sgml
*** comedilib-0.7.21/doc/comedilib.sgml Fri Aug 15 21:28:29 2003
--- comedilib-0.7.21_patched/doc/comedilib.sgml Tue Jul 27 14:36:43 2004
***************
*** 101,107 ****
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
!
--- 101,107 ----
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
!
diff -C 3 -r comedilib-0.7.21/doc/driverwriting.sgml comedilib-0.7.21_patched/doc/driverwriting.sgml
*** comedilib-0.7.21/doc/driverwriting.sgml Sat Jul 12 00:53:40 2003
--- comedilib-0.7.21_patched/doc/driverwriting.sgml Tue Jul 27 14:59:01 2004
***************
*** 261,266 ****
--- 261,267 ----
comedi_subdevice
+
The subdevice is the smallest &comedi; entity that can be used for
stand-alone
DAQ, so it is no surprise that it is
***************
*** 830,835 ****
--- 831,837 ----
+
diff -C 3 -r comedilib-0.7.21/doc/install.sgml comedilib-0.7.21_patched/doc/install.sgml
*** comedilib-0.7.21/doc/install.sgml Sat Jul 12 00:53:40 2003
--- comedilib-0.7.21_patched/doc/install.sgml Tue Jul 27 14:54:33 2004
***************
*** 65,72 ****
comedi_config /dev/comedi0 ni_atmio
!
For the Data Translation board, you need to have a
list of the jumper settings; these are given in the &comedi; manual
section about this card. (Check first to see whether they are still
--- 65,73 ----
comedi_config /dev/comedi0 ni_atmio
!
+
For the Data Translation board, you need to have a
list of the jumper settings; these are given in the &comedi; manual
section about this card. (Check first to see whether they are still
diff -C 3 -r comedilib-0.7.21/doc/other.sgml comedilib-0.7.21_patched/doc/other.sgml
*** comedilib-0.7.21/doc/other.sgml Sat Jul 12 00:53:40 2003
--- comedilib-0.7.21_patched/doc/other.sgml Tue Jul 27 14:57:05 2004
***************
*** 65,70 ****
--- 65,71 ----
integers that indicate which subdevice and channel is used in the
acquisition. The integer bit
contains the value of the acquired bit.
+
The direction of bidirectional lines can be configured using
the function
***************
*** 1452,1457 ****
--- 1453,1459 ----
data[4]: secondary analog level.
+
Analog triggering is described by a digital combining machine that
diff -C 3 -r comedilib-0.7.21/doc/tutorial.sgml comedilib-0.7.21_patched/doc/tutorial.sgml
*** comedilib-0.7.21/doc/tutorial.sgml Sat Jul 12 00:53:40 2003
--- comedilib-0.7.21_patched/doc/tutorial.sgml Tue Jul 27 14:55:44 2004
***************
*** 57,62 ****
--- 57,63 ----
comedi0 device file is configured to point to a
valid &comedi; driver. explains
how this driver is linked to the device file
.
+
The code above is basically the guts of
demo/inp.c, without error checking or fancy