diff --git a/Raspberry.IO.Components/Controllers/Pca9685/PwmChannel.cs b/Raspberry.IO.Components/Controllers/Pca9685/PwmChannel.cs index 696d332..0104072 100644 --- a/Raspberry.IO.Components/Controllers/Pca9685/PwmChannel.cs +++ b/Raspberry.IO.Components/Controllers/Pca9685/PwmChannel.cs @@ -1,4 +1,4 @@ -namespace Raspberry.IO.Components.Controllers.Pca9685 +namespace Raspberry.IO.Components.Controllers.Pca9685 { /// /// Denotes available PWM channels @@ -17,5 +17,9 @@ public enum PwmChannel C9 = 9, C10 = 10, C11 = 11, + C12 = 12, + C13 = 13, + C14 = 14, + C15 = 15 } -} \ No newline at end of file +}