|
Treehopper Java API
|
Internal SoftPWM manager. More...
Public Member Functions | |
| SoftPwmManager (TreehopperUsb board) | |
| void | stop () |
| double | getDutyCycle (Pin pin) |
| void | setDutyCycle (Pin pin, double value) |
| double | getPulseWidth (Pin pin) |
| void | setPulseWidth (Pin pin, double pulseWidth) |
| void | StartPin (Pin pin) |
| void | StopPin (Pin pin) |
Protected Member Functions | |
| void | finalize () throws Throwable |
Internal SoftPWM manager.
| io.treehopper.SoftPwmManager.SoftPwmManager | ( | TreehopperUsb | board | ) |
|
protected |
| double io.treehopper.SoftPwmManager.getDutyCycle | ( | Pin | pin | ) |
| double io.treehopper.SoftPwmManager.getPulseWidth | ( | Pin | pin | ) |
| void io.treehopper.SoftPwmManager.setDutyCycle | ( | Pin | pin, |
| double | value | ||
| ) |
| void io.treehopper.SoftPwmManager.setPulseWidth | ( | Pin | pin, |
| double | pulseWidth | ||
| ) |
| void io.treehopper.SoftPwmManager.StartPin | ( | Pin | pin | ) |
| void io.treehopper.SoftPwmManager.stop | ( | ) |
| void io.treehopper.SoftPwmManager.StopPin | ( | Pin | pin | ) |