Uses of Interface
com.sentilla.system.InterruptPin

Packages that use InterruptPin
com.sentilla.system Sentilla core system classes. 
 

Uses of InterruptPin in com.sentilla.system
 

Methods in com.sentilla.system that return InterruptPin
static InterruptPin InterruptPinDriver.create(int id)
          Create an InterruptPin object representing a specific pin on a microcontrollers.
static InterruptPin InterruptPinDriver.create(String driver, int id)
          Create an InterruptPin object representing a specific pin on a microcontrollers.
abstract  InterruptPin InterruptPinDriver.newInterruptPin(int id)
          Create a new InterruptPin object with the specified pin id.
 InterruptPin InterruptPin.setEdge(boolean onFalling, boolean onRising)
          Asynchronous interface to set the conditions for detection.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.