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
It looks like the pack files are detailed enough that they specify which bits are used for all instances of name="PORT" modules.
instance
name="PORT"
See the ATXMEGA64a4, which only uses half of PORTB
https://docs.rs/avrd/0.1.1/avrd/atxmega64a4u/index.html'
We could easily list the number of GPIOs in the documentation by counting the number of these.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like the pack files are detailed enough that they specify which bits are used for all
instance
s ofname="PORT"
modules.See the ATXMEGA64a4, which only uses half of PORTB
https://docs.rs/avrd/0.1.1/avrd/atxmega64a4u/index.html'
We could easily list the number of GPIOs in the documentation by counting the number of these.
The text was updated successfully, but these errors were encountered: