From: Frank Mori Hess Date: Fri, 5 Jan 2007 21:15:00 +0000 (+0000) Subject: Added brief description of choose_routing demo. X-Git-Tag: v0_8_0~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8db3fa8f4719a8332a0848e5c0108786c0c5fa31;p=comedilib.git Added brief description of choose_routing demo. --- diff --git a/demo/README b/demo/README index 8203b6c..4bc64db 100644 --- a/demo/README +++ b/demo/README @@ -36,6 +36,14 @@ choose_clock: the clock source, and the optional -F option specifies the clock's frequency. +choose_routing: + Changes the signal routed to a specified channel. The subdevice must support + INSN_CONFIG_SET_ROUTING. The command-line argument specifies + the signal you want routed to the specified channel. This demo + can be used, for example, to choose a what signal you want to + appear on a PFI line (which has been configured as an output) + of a National Instruments board. + common: This is not an example. The file common.c just contains some code that is common to many of the examples.