forked from M-Labs/artiq
minor cleanup
This commit is contained in:
parent
9b4ad8b5af
commit
8513f0b0d4
|
@ -1,4 +1,3 @@
|
|||
|
||||
from artiq.language.core import kernel, delay, portable
|
||||
from artiq.language.units import ns
|
||||
|
||||
|
|
|
@ -115,19 +115,19 @@ for i in range(2):
|
|||
"module": "artiq.coredevice.spi2",
|
||||
"class": "SPIMaster",
|
||||
"arguments": {"channel": 14+3*i+0}
|
||||
},
|
||||
}
|
||||
device_db["ttl_zotino{}_ldac".format(i)] = {
|
||||
"type": "local",
|
||||
"module": "artiq.coredevice.ttl",
|
||||
"class": "TTLOut",
|
||||
"arguments": {"channel": 14+3*i+1}
|
||||
},
|
||||
}
|
||||
device_db["ttl_zotino{}_clr".format(i)] = {
|
||||
"type": "local",
|
||||
"module": "artiq.coredevice.ttl",
|
||||
"class": "TTLOut",
|
||||
"arguments": {"channel": 14+3*i+2}
|
||||
},
|
||||
}
|
||||
device_db["zotino{}".format(i)] = {
|
||||
"type": "local",
|
||||
"module": "artiq.coredevice.zotino",
|
||||
|
|
Loading…
Reference in New Issue