PWM Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the PWM class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
PWM(Cpu. . :: . .PWMChannel, Double, Double, Boolean) | Initializes a new instance of the PWM class with the specified channel, frequency, duty cycle, and value that indicates whether the output is inverted. | |
PWM(Cpu. . :: . .PWMChannel, UInt32, UInt32, PWM. . :: . .ScaleFactor, Boolean) | Initializes a new instance of the PWM class with the specified channel, period, duration, scale and value that indicates whether the output is inverted. |
Top