rotary_encoder_service

Description

This function must be called in intserv. It must be executed 4000 times a second. This is done by setting the cpu heartbeat rate to 4000.

Definition

rotary_encoder_service()

Library

LIB/rotary_encoder_lib.bas

Usage

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

Example of use


	proc intserv()

		rotary_encoder_service()

	endproc