forked from M-Labs/artiq
parent
a992a672d9
commit
68e433a3a8
|
@ -198,6 +198,15 @@ device_db = {
|
||||||
"class": "TTLOut",
|
"class": "TTLOut",
|
||||||
"arguments": {"channel": 25}
|
"arguments": {"channel": 25}
|
||||||
},
|
},
|
||||||
|
"novogorny0" : {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.novogorny",
|
||||||
|
"class": "Novogorny",
|
||||||
|
"arguments": {
|
||||||
|
"spi_device": "spi_novogorny0",
|
||||||
|
"cnv_device": "ttl_novogorny0_cnv",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"spi_urukul0": {
|
"spi_urukul0": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
|
|
Loading…
Reference in New Issue