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

Implement InputPin for Output<OpenDrain> pins #114

Merged
merged 6 commits into from
Jul 18, 2020

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    b811f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1083e26 View commit details
    Browse the repository at this point in the history
  3. Updated impl

    David-OConnor authored and teskje committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    2e41e92 View commit details
    Browse the repository at this point in the history
  4. Commit troubleshooting

    David-OConnor authored and teskje committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    cad110e View commit details
    Browse the repository at this point in the history
  5. Cleanup InputPin impls for OutputPins

    This commit:
     - Makes the order of InputPin impls consistent
     - Impls InputPin only for Output<OpenDrain>, not the generic
       Output<MODE>
     - Adjusts the register access in accordance with the recently merged
       GPIO refactoring (stm32-rs#42)
     - Makes rustfmt happy
    teskje committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    fa02c5d View commit details
    Browse the repository at this point in the history
  6. Update changelog

    teskje committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0e656a7 View commit details
    Browse the repository at this point in the history