drtio: use TTLInOut in device_db

This commit is contained in:
Sebastien Bourdeauducq 2017-03-14 14:13:52 +08:00
parent 95ede18809
commit 856a64f6d2
1 changed files with 4 additions and 4 deletions

View File

@ -73,13 +73,13 @@
"smap": {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLOut",
"class": "TTLInOut",
"arguments": {"channel": 8}
},
"sman": {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLOut",
"class": "TTLInOut",
"arguments": {"channel": 9}
},
@ -135,13 +135,13 @@
"rsmap": {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLOut",
"class": "TTLInOut",
"arguments": {"channel": 0x010008}
},
"rsman": {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLOut",
"class": "TTLInOut",
"arguments": {"channel": 0x010009}
},