forked from M-Labs/artiq
drtio: use TTLInOut in device_db
This commit is contained in:
parent
95ede18809
commit
856a64f6d2
|
@ -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}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue