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": { "smap": {
"type": "local", "type": "local",
"module": "artiq.coredevice.ttl", "module": "artiq.coredevice.ttl",
"class": "TTLOut", "class": "TTLInOut",
"arguments": {"channel": 8} "arguments": {"channel": 8}
}, },
"sman": { "sman": {
"type": "local", "type": "local",
"module": "artiq.coredevice.ttl", "module": "artiq.coredevice.ttl",
"class": "TTLOut", "class": "TTLInOut",
"arguments": {"channel": 9} "arguments": {"channel": 9}
}, },
@ -135,13 +135,13 @@
"rsmap": { "rsmap": {
"type": "local", "type": "local",
"module": "artiq.coredevice.ttl", "module": "artiq.coredevice.ttl",
"class": "TTLOut", "class": "TTLInOut",
"arguments": {"channel": 0x010008} "arguments": {"channel": 0x010008}
}, },
"rsman": { "rsman": {
"type": "local", "type": "local",
"module": "artiq.coredevice.ttl", "module": "artiq.coredevice.ttl",
"class": "TTLOut", "class": "TTLInOut",
"arguments": {"channel": 0x010009} "arguments": {"channel": 0x010009}
}, },