Mcp960x Class

Definition

MCP960X - cold-junction compensated thermocouple to digital converter

public class Mcp960x : IDisposable
type Mcp960x = class
    interface IDisposable
Public Class Mcp960x
Implements IDisposable
Inheritance
Mcp960x
Implements

Constructors

Mcp960x(I2cDevice, ADCMeasurementResolutionType, BurstModeTemperatureSamplesType, ColdJunctionResolutionType, DigitalFilterCoefficientsType, ShutdownModesType, ThermocoupleType)

Creates a new instance of the MCP960X.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetColdJunctionTemperature()

Return cold junction / ambient temperature in Celsius

GetHotJunctionTemperature()

Returns the error corrected thermocouple hot junction temperature without the cold junction compensation in Celsius

GetTemperature()

Returns absolute thermocouple temperature in Celsius

ReadDeviceID(DeviceIDType, Byte, Byte)

Return device id, revision major and revision minor

ReadStatus(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Returns the status of the device

Applies to