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
If I want a specific pin, I have to do both:
atmega328::port::B5::MASK; atmega328::UCSR0B::RXCIE0.into();
This is annoying.
The text was updated successfully, but these errors were encountered:
What does the above code do? 😅
Sorry, something went wrong.
That specific code does nothing, it’s just examples of how you would get a u8 value corresponding to a specific pin in a specific register.
u8
In context:
https://github.com/shepmaster/rust-arduino-blink-led-no-core-with-cargo/blob/b2d612142b8112a4c70f97b4f74f62be3b9a28c3/src/main.rs#L46-L49
https://github.com/shepmaster/rust-arduino-blink-led-no-core-with-cargo/blob/b2d612142b8112a4c70f97b4f74f62be3b9a28c3/src/main.rs#L475-L481
No branches or pull requests
If I want a specific pin, I have to do both:
This is annoying.
The text was updated successfully, but these errors were encountered: