| SoftPwm Class |
Inheritance Hierarchy
Namespace: Microsoft.IoT.Devices.PwmAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public sealed class SoftPwm : IPwmControllerProvider,
IClosable, IStringable
Public NotInheritable Class SoftPwm
Implements IPwmControllerProvider, IClosable, IStringable
public ref class SoftPwm sealed : IPwmControllerProvider,
IClosable, IStringable
[<SealedAttribute>]
type SoftPwm =
class
interface IPwmControllerProvider
interface IClosable
interface IStringable
end
The SoftPwm type exposes the following members.
Constructors
| Name | Description |
---|
| SoftPwm |
Initializes a new SoftPwm instance.
|
TopProperties Methods Remarks
The number of pins reported as available by
SoftPwm is the same number of
pins reported as available by
PinCount. Therefore, developers
should be careful not to open
SoftPwm pins that are already allocated for
other GPIO devices.
See Also