Skip to main content

Interface IPwmChannelInfo

Describes the capabilities of a Pulse-Width-Modulation channel

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IPwmChannelInfo : IDigitalChannelInfo, IChannelInfo

Properties

Timer

Gets the timer corresponding to the microcontroller timer associated with this managed PWM channel.

View Source
Declaration
uint Timer { get; }

TimerChannel

Gets the timer channel corresponding to the microcontroller timer channel associated with this managed PWM channel.

View Source
Declaration
uint TimerChannel { get; }

MinimumFrequency

Gets the minimum frequency that the underlying PWM generator is capable of generating.

View Source
Declaration
float MinimumFrequency { get; }

MaximumFrequency

Gets the maximum frequency that the underlying PWM generator is capable of generating.

View Source
Declaration
float MaximumFrequency { get; }