[Overview][Classes][Index] Reference for unit 'fpspilib' (#pascalio)

TMCP3X0X

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Base class for some Analog Digital Converters by Microchip

Declaration

Source position: fpspilib.pas line 41

type TMCP3X0X = class(TADConverter)

protected

  fBus: TSPIDevice;

  function GetValue(); override;

  function GetDifferentialValue(); override;

  function GetSupportsDifferentialValue; override;

  

Indicator of support for differential measurement

  class function GetBitCount; virtual; abstract;

  

Returns the bits returnd by the device

  function InternalGetValue();

  

Internal method for device access

public

  constructor Create();

end;

Inheritance

TMCP3X0X

  

Base class for some Analog Digital Converters by Microchip

|

TADConverter

  

Abstract class for Analog/Digital Converters

|

TObject


Documentation generated on: 2020-05-22