C I R S U 
All Classes All Packages

C

ccw() - Method in interface com.hardkernel.odroid.things.contrib.RotaryEncoder.IncrementalRotaryEncoder.RotaryListener
 
close() - Method in class com.hardkernel.odroid.things.contrib.RotaryEncoder.IncrementalRotaryEncoder
 
com.hardkernel.odroid.things.contrib.RotaryEncoder - package com.hardkernel.odroid.things.contrib.RotaryEncoder
 
cw() - Method in interface com.hardkernel.odroid.things.contrib.RotaryEncoder.IncrementalRotaryEncoder.RotaryListener
 

I

IncrementalRotaryEncoder - Class in com.hardkernel.odroid.things.contrib.RotaryEncoder
Driver for GPIO based Incremental Rotary Encoder.
IncrementalRotaryEncoder(String, String, String, IncrementalRotaryEncoder.RotaryListener) - Constructor for class com.hardkernel.odroid.things.contrib.RotaryEncoder.IncrementalRotaryEncoder
Create a new Incremental Rotary Encoder with dt, sw and clk name for GPIOs and rotaryListener.
IncrementalRotaryEncoder.RotaryListener - Interface in com.hardkernel.odroid.things.contrib.RotaryEncoder
Interface definition for Rotary Encoder rolling do clock wise (cw) and counter clock wise (ccw).

R

registerSwitch(GpioCallback) - Method in class com.hardkernel.odroid.things.contrib.RotaryEncoder.IncrementalRotaryEncoder
Register Switch input Gpio callback.

S

startEncoder() - Method in class com.hardkernel.odroid.things.contrib.RotaryEncoder.IncrementalRotaryEncoder
Start listening for RotaryListener's cw and ccw work.
stopEncoder() - Method in class com.hardkernel.odroid.things.contrib.RotaryEncoder.IncrementalRotaryEncoder
Stop listening for RotaryListener's works.

U

unregisterSwitch() - Method in class com.hardkernel.odroid.things.contrib.RotaryEncoder.IncrementalRotaryEncoder
Unregister Gpio Callback for sw.
C I R S U 
All Classes All Packages