Skip to content

Commit

Permalink
coredevice/PCA9548: fix I2C address
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 4, 2016
1 parent df71b82 commit 70f0a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/coredevice/i2c.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ def i2c_read(busno: TInt32, ack: TBool) -> TInt32:


class PCA9548:
def __init__(self, dmgr, busno=0, address=0x74):
def __init__(self, dmgr, busno=0, address=0xe8):
self.core = dmgr.get("core")
self.busno = busno
self.address = address

0 comments on commit 70f0a74

Please sign in to comment.