Skip to content

Commit bb25fcf

Browse files
authored
Add more PWM channels to PCA9685
hello :) PCA9685 have 16 channels https://www.adafruit.com/product/815
1 parent 26dd4a6 commit bb25fcf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
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)