|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DigitalPin | |
---|---|
com.sentilla.platform.tmote | Sentilla system implementations for the Sentilla Tmote platform. |
com.sentilla.system | Sentilla core system classes. |
Uses of DigitalPin in com.sentilla.platform.tmote |
---|
Classes in com.sentilla.platform.tmote that implement DigitalPin | |
---|---|
class |
Button
Tmote implementation of the Button interface. |
class |
DigitalPin
An object representation of a digital input/output pin for the Tmote platform. |
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 DigitalPin | |
---|---|
DigitalPin |
DigitalPinDriver.newDigitalPin(int id)
Create a new DigitalPin object with the specified pin id. |
Uses of DigitalPin in com.sentilla.system |
---|
Subinterfaces of DigitalPin in com.sentilla.system | |
---|---|
interface |
InterruptPin
An object representation for interrupt functionality present on microcontroller input/output devices. |
Methods in com.sentilla.system that return DigitalPin | |
---|---|
static DigitalPin |
DigitalPinDriver.create(int id)
Create a DigitalPin object representing a specific pin on a microcontrollers. |
static DigitalPin |
DigitalPinDriver.create(String driver,
int id)
Create a DigitalPin object representing a specific pin on a microcontrollers. |
abstract DigitalPin |
DigitalPinDriver.newDigitalPin(int id)
Create a new DigitalPin object with the specified pin id. |
DigitalPin |
DigitalPin.setRead()
Asynchronous interface to initiate a read operation. |
DigitalPin |
DigitalPin.setWrite(boolean high)
Asynchronous interface to initiate a write operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |