blob: 0ea484c69825707d048d30a436c46396693d1c1c [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// [START bind_rules]
using fuchsia.hardware.i2c;
fuchsia.hardware.i2c.Device == fuchsia.hardware.i2c.Device.ZirconTransport;
fuchsia.BIND_I2C_ADDRESS == 0xFF;
// [END bind_rules]