From 36387afc12d52bde93a1c91aac92a9046f7449ee Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 5 Mar 2016 19:00:38 +0800 Subject: [PATCH] examples/device_db: add PCA9548 --- examples/master/device_db.pyon | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/master/device_db.pyon b/examples/master/device_db.pyon index dce234bf2..ee475911a 100644 --- a/examples/master/device_db.pyon +++ b/examples/master/device_db.pyon @@ -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",