java.lang.Object | |
↳ | com.digi.android.pwm.PWMChip |
Represents a PWM (Pulse Width Modulation) chip. A PWMChip
chip
holds several PWM
PWM channels.
To obtain an instance of the PWM Chip you have to use the
PWMManager.listPWMChips()
method.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the PWM chip index.
| |||||||||||
Returns the PWM chip name.
| |||||||||||
Returns the list of PWM channels available for this PWM chip.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Parameters | |
---|---|
other |
Object |
Returns | |
---|---|
boolean |
Returns the PWM chip index.
Returns | |
---|---|
int |
The PWM chip index. |
Returns the PWM chip name.
Returns | |
---|---|
String |
The PWM chip name. |
Returns | |
---|---|
int |
Returns the list of PWM channels available for this PWM chip.
Returns | |
---|---|
List<Integer> |
The list of PWM channels available for this PWM chip. |
See also:
Returns | |
---|---|
String |