forked from M-Labs/artiq
examples/device_db: add PCA9548
This commit is contained in:
parent
125ab3e076
commit
36387afc12
|
@ -15,6 +15,12 @@
|
|||
"arguments": {"ref_period": 1e-9}
|
||||
},
|
||||
|
||||
"i2c_switch": {
|
||||
"type": "local",
|
||||
"module": "artiq.coredevice.i2c",
|
||||
"class": "PCA9548"
|
||||
},
|
||||
|
||||
"ttl0": {
|
||||
"type": "local",
|
||||
"module": "artiq.coredevice.ttl",
|
||||
|
|
Loading…
Reference in New Issue