ADC_service

Description

This function must be called in intserv if async ADC reads are to be performed

Definition

ADC_service()

Library

LIB/adc_lib.bas

Usage

On entry:
There are no parameters
On exit:
There is no return value

Example of use


	proc intserv()

		ADC_service()

	endproc