Skip to content

Commit

Permalink
Pca9685/Servo improvements (#692)
Browse files Browse the repository at this point in the history
* Pca9685 APIs improvements

* Do not change dutyCycle and PWM frequency in the constructor
  • Loading branch information
krwq authored Aug 31, 2019
1 parent 909397e commit b6cf4ce
Show file tree
Hide file tree
Showing 12 changed files with 600 additions and 199 deletions.
2 changes: 1 addition & 1 deletion src/devices/Pca9685/Mode1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Iot.Device.Pca9685
namespace Iot.Device.Pwm
{
/// <summary>
/// Values for Mode1 register
Expand Down
2 changes: 1 addition & 1 deletion src/devices/Pca9685/Mode2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Iot.Device.Pca9685
namespace Iot.Device.Pwm
{
/// <summary>
/// Values for Mode2 register
Expand Down
Loading

0 comments on commit b6cf4ce

Please sign in to comment.