未验证 提交 2032f587 编写于 作者: J Jose Perez Rodriguez 提交者: GitHub

Fixing build due to new stylecop rule (#1302)

上级 93bccca8
......@@ -43,7 +43,7 @@ namespace Iot.Device.Amg88xx
/// </summary>
/// <param name="temperature">Temperature </param>
/// <returns>Two's complement representation</returns>
public static (byte, byte) ConvertFromTemperature(Temperature temperature)
public static (byte LowByte, byte HighByte) ConvertFromTemperature(Temperature temperature)
{
// The temperature of each pixel is encoded as a 12 bit value in two's complement form.
// The LSB is equivalent to 0.25℃
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册