blob: bba78227cf664e810b7e4dee3348b05f27712af0 [file] [log] [blame]
// Copyright 2020 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.
library fuchsia.sensirion.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
SENSIRION = 0x1B,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
SHTV3 = 0x01,
};