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

Add function to enable multiple PWM slices at the same time #667

Commits on Aug 8, 2023

  1. Add function to enable multiple PWM slices at the same time

    This is needed to be able to have e.g. 3 PWM slices that are in phase,
    but may use different duty cycles.
    
    Example usage: `pwm_slices.enable_simultaneous(0b0000_0111);`
    jlpettersson committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0e17fb4 View commit details
    Browse the repository at this point in the history
  2. Update rp2040-hal/src/pwm/mod.rs

    Suggestion for review
    
    Co-authored-by: Jan Niehusmann <[email protected]>
    jlpettersson and jannic authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    69424d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    523d1b5 View commit details
    Browse the repository at this point in the history