|
Treehopper Java API
|
Digital output. More...
Public Member Functions | |
| void | toggleOutput () |
| void | makeDigitalPushPullOutput () |
| void | setDigitalValue (boolean value) |
| boolean | getDigitalValue () |
Digital output.
|
inherited |
Implemented in io.treehopper.Pin.
| void io.treehopper.interfaces.DigitalOut.makeDigitalPushPullOutput | ( | ) |
Implemented in io.treehopper.Pin.
| void io.treehopper.interfaces.DigitalOut.setDigitalValue | ( | boolean | value | ) |
Implemented in io.treehopper.Pin.
| void io.treehopper.interfaces.DigitalOut.toggleOutput | ( | ) |
Implemented in io.treehopper.Pin.