|
SunSPOT API V3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInputPinListener
Implemented by classes wanting a call back when the input pin state changes. Note: that if pin changes happen too fast some transitions may be missed. At least 3 milliseconds is required between pin changes.
| Method Summary | |
|---|---|
void |
pinSetHigh(IInputPin pin)
Callback for when the input pin state changes from low to high. |
void |
pinSetLow(IInputPin pin)
Callback for when the input pin state changes from high to low. |
| Method Detail |
|---|
void pinSetHigh(IInputPin pin)
void pinSetLow(IInputPin pin)
|
SunSPOT API V3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||