Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Raspberry.IO.Components/Controllers/Pca9685/PwmChannel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Raspberry.IO.Components.Controllers.Pca9685
namespace Raspberry.IO.Components.Controllers.Pca9685
{
/// <summary>
/// Denotes available PWM channels
Expand All @@ -17,5 +17,9 @@ public enum PwmChannel
C9 = 9,
C10 = 10,
C11 = 11,
C12 = 12,
C13 = 13,
C14 = 14,
C15 = 15
}
}
}