2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

kasli/device_db: fix i2c switch addr

This commit is contained in:
Robert Jördens 2018-02-26 11:37:12 +01:00
parent b466a569bf
commit 760724c500

View File

@ -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": {