PwmChannel Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single PWM channel.
public abstract class PwmChannel : IDisposable
type PwmChannel = class
interface IDisposable
Public MustInherit Class PwmChannel
Implements IDisposable
- Inheritance
-
PwmChannel
- Derived
- Implements
Duty |
The duty cycle represented as a value between 0.0 and 1.0. |
Frequency |
The frequency in hertz. |
Create(Int32, Int32, Int32, Double) |
Creates a new instance of the PwmChannel running on the current platform. (Windows 10 IoT or Unix/Raspbian) |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(Boolean) |
Disposes this instance |
Query |
Query information about a component and it's children. |
Start() |
Starts the PWM channel. |
Stop() |
Stops the PWM channel. |
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |