blob: 501945bc4334c5f2811fd497c38518f521270fdf [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.
namespace i2c_temperature {
// Command values sent to the I2C Device.
constexpr uint16_t kSoftResetCommand = 0x805d;
constexpr uint16_t kStartMeasurementCommand = 0x7866;
} // namespace i2c_temperature