[Overview][Resource strings][Classes][Index] |
Returns maximum value provided by ADC
Source position: fpadc.pas line 60
protected function TADConverter.GetMaxValue: LongInt; virtual; abstract; |
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.