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. |