coredevice/PCA9548: fix I2C address

This commit is contained in:
Sebastien Bourdeauducq 2016-03-05 00:47:24 +08:00
parent df71b82037
commit 70f0a7447f
1 changed files with 1 additions and 1 deletions

View File

@ -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