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

Proposal for setting the IO Slew Rate #267

Merged
merged 4 commits into from
Sep 25, 2020
Merged

Conversation

electroCutie
Copy link
Contributor

Fixes #266 by adding an enumeration of IO speeds available and a single method trait that is implemented for Output pins as well as push-pull alternate function pins

@TheZoq2
Copy link
Member

TheZoq2 commented Sep 20, 2020

Thanks for the PR!

I feel like it would be nice to have more descriptive names as slow/medium/fast could really be anything. I can't come up with a very good suggestion though

Perhaps Mhz20 Mhz10...

Also, would you mind adding a changelog entry? :)

@electroCutie
Copy link
Contributor Author

Also, would you mind adding a changelog entry? :)

@TheZoq2 I wasn't sure what to do about the version number for the changelog entry. Any tips for something like this?

Perhaps Mhz20 Mhz10...

Yeah, I'll give it some thought and rename them

@electroCutie
Copy link
Contributor Author

@TheZoq2 okay, done

@TheZoq2
Copy link
Member

TheZoq2 commented Sep 25, 2020

Awesme, thanks. Changelog entry looks perfect as well!

@TheZoq2 TheZoq2 merged commit c001f85 into stm32-rs:master Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set IO Slew Rate
2 participants