public class SoftPwm extends AbstractPwm implements Runnable
| Constructor and Description |
|---|
SoftPwm(DigitalOutput output) |
SoftPwm(Pin pin) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disableImpl() |
protected void |
enableImpl() |
void |
run() |
protected void |
setPwmImpl(double frequency,
double duty) |
void |
setupImpl() |
void |
teardownImpl() |
disable, enable, getDuty, getFrequency, getName, isEnabled, setDuty, setFrequencyactivate, blockPin, getPin, isActivatedFeature, isBlocking, isSetup, isTorndownOnShutdown, setTeardownOnShutdown, setup, teardown, toString, unblockPinclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivate, blockPin, getPin, isActivatedFeature, isBlocking, isSetup, isTorndownOnShutdown, setTeardownOnShutdown, setup, teardown, unblockPinpublic SoftPwm(Pin pin)
public SoftPwm(DigitalOutput output)
public void setupImpl()
setupImpl in class AbstractPinFeaturepublic void teardownImpl()
teardownImpl in class AbstractPinFeatureprotected void setPwmImpl(double frequency,
double duty)
setPwmImpl in class AbstractPwmprotected void enableImpl()
enableImpl in class AbstractPwmprotected void disableImpl()
disableImpl in class AbstractPwmCopyright © 2015 silverspoon.io. All rights reserved.