Add serial and PWM subdevice types to demo/python/info.py
.
This catches it up for the folowing commits to the comedi repository: commit 311e9c540217d60bdf56a1dba9eafe474fd3b218 Author: Bernd Porr <Bernd.Porr@f2s.com> Date: Sun Jan 13 23:07:02 2008 +0000 Added a proper PWM subdevice for comedi. commit 8092ed57ff38e1fcaf75a7e0bf3b8c4f5372f3d7 Author: Frank Mori Hess <fmhess@speakeasy.net> Date: Sat Jan 31 22:13:09 2004 +0000 serial dio (SCXI) support from Caleb Tennis
This commit is contained in:
parent
4b56f24232
commit
fe3cdd466b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ subdevice_types = {c.COMEDI_SUBD_UNUSED:"unused",
|
|||
c.COMEDI_SUBD_DO:"digital output",
|
||||
c.COMEDI_SUBD_DIO:"digital I/O",
|
||||
c.COMEDI_SUBD_COUNTER:"counter",
|
||||
c.COMEDI_SUBD_SERIAL:"serial",
|
||||
c.COMEDI_SUBD_PWM:"pulse width modulation",
|
||||
c.COMEDI_SUBD_TIMER:"timer",
|
||||
c.COMEDI_SUBD_MEMORY:"memory",
|
||||
c.COMEDI_SUBD_CALIB:"calibration",
|
||||
|
|
Loading…
Add table
Reference in a new issue