forked from M-Labs/artiq
examples/device_db: add clockgen
This commit is contained in:
parent
1c36ae0672
commit
532204e5ff
|
@ -66,6 +66,12 @@
|
|||
"class": "TTLOut",
|
||||
"arguments": {"channel": 18}
|
||||
},
|
||||
"ttl15": {
|
||||
"type": "local",
|
||||
"module": "artiq.coredevice.ttl",
|
||||
"class": "TTLClockGen",
|
||||
"arguments": {"channel": 19}
|
||||
},
|
||||
|
||||
"dds_bus": {
|
||||
"type": "local",
|
||||
|
|
Loading…
Reference in New Issue