Class PwmChannelInfo
Information about a Pulse Width Modulation (PWM) channel
Assembly: Meadow.Contracts.dll
View Source
public class PwmChannelInfo : DigitalChannelInfoBase, IPwmChannelInfo, IDigitalChannelInfo, IChannelInfo
Inheritance: System.Object
-> Meadow.Hardware.ChannelInfoBase -> Meadow.Hardware.DigitalChannelInfoBase
Implements:
Meadow.Hardware.IPwmChannelInfo, Meadow.Hardware.IDigitalChannelInfo, Meadow.Hardware.IChannelInfo
Properties
MinimumFrequency
The minimum pulse frequency supported by the channel
View Source
public float MinimumFrequency { get; protected set; }
MaximumFrequency
The maximum pulse frequency supported by the channel
View Source
public float MaximumFrequency { get; protected set; }
Timer
Gets the OS system timer number used to drive the PWM
View Source
public uint Timer { get; protected set; }
TimerChannel
Gets the OS timer channel used to drive the PWM
View Source
public uint TimerChannel { get; protected set; }