Skip to content

Commit

Permalink
Merge pull request #842 from WildernessLabs/jorge-add-irgbpwmled
Browse files Browse the repository at this point in the history
RgbPwmLed uses interface IRgbPwmLed
  • Loading branch information
adrianstevens authored Nov 21, 2023
2 parents 8c61fa7 + 9b74f61 commit c3cc7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Meadow.Foundation.Core/Leds/RgbPwmLed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Meadow.Foundation.Leds
/// <summary>
/// Represents a Pulse-Width-Modulation (PWM) controlled RGB LED
/// </summary>
public partial class RgbPwmLed
public partial class RgbPwmLed : IRgbPwmLed
{
static readonly Frequency DefaultFrequency = new Frequency(200, Frequency.UnitType.Hertz);

Expand Down

0 comments on commit c3cc7a1

Please sign in to comment.