rotary_encoder_init

Description

This function initialises the rotary encoder hardware and library.

Definition

rotary_encoder_init(ubyte chan_A, ubyte chan_B)

Library

LIB/rotary_encoder_lib.bas

Usage

On entry:
chan_A bit within the I/O port to be used as rotary encoder channel A input
chan_B bit within the I/O port to be used as rotary encoder channel B input
On exit:
There is no return value