[Overview][Resource strings][Classes][Index] Reference for unit 'fpadc' (#pascalio)

TADConverter.GetMaxValue

Returns maximum value provided by ADC

Declaration

Source position: fpadc.pas line 60

protected function TADConverter.GetMaxValue: LongInt; virtual; abstract;

Description

Override this method and return the highst value, the controller may measure.

Example: a 10 bit ADC may return 1024 different values. Therfore 1023 is the highest value and has to be returned by this method.


Documentation generated on: 2020-05-22