start dset

This commit is contained in:
Michael Davidsaver
2013-03-26 21:26:56 -04:00
parent 0f4b62e45d
commit 8cb2aa729e
6 changed files with 263 additions and 2 deletions

View File

@@ -1 +1,11 @@
registrar(pySetupReg)
device(longin, INST_IO, pydevsupCom, "Python Device")
device(longout, INST_IO, pydevsupCom, "Python Device")
device(ai, INST_IO, pydevsupCom, "Python Device")
device(ao, INST_IO, pydevsupCom, "Python Device")
device(ai, INST_IO, pydevsupCom2, "Raw Python Device")
device(ao, INST_IO, pydevsupCom2, "Raw Python Device")