diff --git a/src/devices/Amg88xx/Amg88xxUtils.cs b/src/devices/Amg88xx/Amg88xxUtils.cs index 5d743ab4a203ffab2154205d271127b3e020cfb4..0009621c8b5f1c0a6ff57af17efa12124930cfbe 100644 --- a/src/devices/Amg88xx/Amg88xxUtils.cs +++ b/src/devices/Amg88xx/Amg88xxUtils.cs @@ -43,7 +43,7 @@ namespace Iot.Device.Amg88xx /// /// Temperature /// Two's complement representation - 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℃