Package hw
Class IO

Public Method setRotaryEncoderEnabled

static void setRotaryEncoderEnabled(boolean enabled)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
enabled false ... true determines whether rotary encoder is enabled (true) or disabled (false)

This method enables or disables the rotary encoder funcitonality.

Note

Example

  IO.setRotaryEncoderEnabled(true);

See also:

setRotaryEncoderPeriod(int)
getRotaryEncoderValue()
setRotaryEncoderReportingEnabled(boolean)