comedilib/demo/rt
2000-02-10 00:11:16 +00:00
..
ai.c Initial revision 2000-02-02 05:14:23 +00:00
it.c Updating for comedi-0.7.39 and RTLinux-2.1 2000-02-10 00:11:16 +00:00
Makefile Updating for comedi-0.7.39 and RTLinux-2.1 2000-02-10 00:11:16 +00:00
README Initial revision 2000-02-02 05:14:23 +00:00

I'm using Linux-2.0.36/RTLinux 9J


it.o toggles a digital output bit, like the rectangle demo
in the RTLinux source

ai.o does a timed acquisition on an analog input subdevice,
utilizing a callback function to copy the analog input value
to the analog output channel, in effect, creating a "follower".

Both demos are configured for an NI AT-MIO E series board.
To use another driver/board, the source will need to be edited.