Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LPC812] Fixed PwmOut SCT bugs #1656

Merged
merged 2 commits into from
Apr 8, 2016
Merged

[LPC812] Fixed PwmOut SCT bugs #1656

merged 2 commits into from
Apr 8, 2016

Commits on Apr 8, 2016

  1. [LPC812] Fixed PwmOut SCT bugs

    * Fixed 0% duty cycle output
    * Fixed pulse width 0 output
    * Remove unused comment-out code
    * Correct cast type for GCC toolchain
    toyowata committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    109f93f View commit details
    Browse the repository at this point in the history
  2. [LPC812] Fix incorrect duty cycle

    * The new PWM period now update existing PWM channels, so duty cycle is
    kept
    * Remove comment and unused code
    toyowata committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    b7942a7 View commit details
    Browse the repository at this point in the history