Skip to content

Commit 6a9d3cb

Browse files
authored
Merge pull request #79 from lkroliko/patch-1
Add more PWM channels to PCA9685
2 parents 26dd4a6 + bb25fcf commit 6a9d3cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Raspberry.IO.Components/Controllers/Pca9685/PwmChannel.cs

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Raspberry.IO.Components.Controllers.Pca9685
1+
namespace Raspberry.IO.Components.Controllers.Pca9685
22
{
33
/// <summary>
44
/// Denotes available PWM channels
@@ -17,5 +17,9 @@ public enum PwmChannel
1717
C9 = 9,
1818
C10 = 10,
1919
C11 = 11,
20+
C12 = 12,
21+
C13 = 13,
22+
C14 = 14,
23+
C15 = 15
2024
}
21-
}
25+
}

0 commit comments

Comments
 (0)