We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation tells us this:
/// This constructor sets the pin direction to input. /// By default, the internal weak pull-up is enabled.
The mode cnf wil be set to 1000.
1000
But as can be seen in above image this depends on the PxODR register. So if it was an output before and it was put low it will be a pull down.
The text was updated successfully, but these errors were encountered:
@wovo Am I right?
Sorry, something went wrong.
No branches or pull requests
The documentation tells us this:
The mode cnf wil be set to
1000
.But as can be seen in above image this depends on the PxODR register. So if it was an output before and it was put low it will be a pull down.
The text was updated successfully, but these errors were encountered: