|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOutputPin
Interface SingleBitOutput defines access to a single output pin.
Method Summary | |
---|---|
PinDescriptor |
getIndex()
Return the PinDescriptor associated with this output pin. |
boolean |
getState()
Return the current state of this pin. |
void |
setHigh()
Sets pin output high |
void |
setHigh(boolean high)
|
void |
setLow()
Sets pin output low |
Method Detail |
---|
PinDescriptor getIndex()
void setHigh()
void setLow()
void setHigh(boolean high)
high
- boolean. If true, output is set high, otherwise output is set low.boolean getState()
|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |