Added comedi_board_info which has been inspired by the original
authorBernd Porr <berndporr@f2s.com>
Wed, 2 May 2012 23:39:04 +0000 (00:39 +0100)
committerBernd Porr <berndporr@f2s.com>
Wed, 2 May 2012 23:39:04 +0000 (00:39 +0100)
commitc22d498dc06f1f9bd3d3bb07ed98b1c92d789284
treed57f832272704170d1e666c02a2fdcf816eca097
parent74a1207a29b59e2b0b38052b3333e556b537b3b7
Added comedi_board_info which has been inspired by the original
info in the demo directory. I've made it a bit more verbose
and also took into account that now the generic_timed command
takes more than one channel so that a user can experiment which
sampling rates are possible with different channel numbers.
I've also added an option to set the sampling rate for the generic_timed
command. That sould actually not be needed but I'm sure there
are drivers out there which do not correct the sampling rate
downwards automatically.
Makefile.am
comedi_board_info/Makefile.am [new file with mode: 0644]
comedi_board_info/comedi_board_info.1 [new file with mode: 0644]
comedi_board_info/comedi_board_info.c [new file with mode: 0644]
configure.ac