[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for some Analog Digital Converters by Microchip
Source position: fpspilib.pas line 41
type TMCP3X0X = class(TADConverter) |
||
protected |
||
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; |
|
Base class for some Analog Digital Converters by Microchip |
|
| | ||
|
Abstract class for Analog/Digital Converters |
|
| | ||
TObject |