|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterruptPin | |
---|---|
com.sentilla.platform.tmote | Sentilla system implementations for the Sentilla Tmote platform. |
com.sentilla.system | Sentilla core system classes. |
Uses of InterruptPin in com.sentilla.platform.tmote |
---|
Classes in com.sentilla.platform.tmote that implement InterruptPin | |
---|---|
class |
Button
Tmote implementation of the Button interface. |
class |
InterruptPin
Creates an action for interruptable single pins of digital input/output on the tmote platform. |
Methods in com.sentilla.platform.tmote that return InterruptPin | |
---|---|
InterruptPin |
InterruptPinDriver.newInterruptPin(int id)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |