forked from M-Labs/artiq
kasli/device_db: fix i2c switch addr
This commit is contained in:
parent
b466a569bf
commit
760724c500
|
@ -31,13 +31,13 @@ device_db = {
|
|||
"type": "local",
|
||||
"module": "artiq.coredevice.i2c",
|
||||
"class": "PCA9548",
|
||||
"arguments": {"address": 0x70}
|
||||
"arguments": {"address": 0xe0}
|
||||
},
|
||||
"i2c_switch1": {
|
||||
"type": "local",
|
||||
"module": "artiq.coredevice.i2c",
|
||||
"class": "PCA9548",
|
||||
"arguments": {"address": 0x71}
|
||||
"arguments": {"address": 0xe2}
|
||||
},
|
||||
|
||||
"ttl0": {
|
||||
|
|
Loading…
Reference in New Issue