|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectioio.lib.impl.AbstractResource
ioio.lib.impl.AbstractPin
ioio.lib.impl.DigitalOutputImpl
public class DigitalOutputImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface ioio.lib.api.DigitalOutput |
---|
DigitalOutput.Spec |
Method Summary | |
---|---|
void |
write(boolean val)
Set the output of the pin. |
Methods inherited from class ioio.lib.impl.AbstractPin |
---|
close |
Methods inherited from class ioio.lib.impl.AbstractResource |
---|
disconnected |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ioio.lib.api.Closeable |
---|
close |
Method Detail |
---|
public void write(boolean val) throws ConnectionLostException
DigitalOutput
write
in interface DigitalOutput
val
- The output. true is logical "HIGH", false is logical "LOW".
ConnectionLostException
- The connection with the IOIO has been lost.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |