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

Differences between ports and other registers is jarring #22

Open
shepmaster opened this issue Jul 25, 2020 · 2 comments
Open

Differences between ports and other registers is jarring #22

shepmaster opened this issue Jul 25, 2020 · 2 comments

Comments

@shepmaster
Copy link
Member

If I want a specific pin, I have to do both:

atmega328::port::B5::MASK;
atmega328::UCSR0B::RXCIE0.into();

This is annoying.

@Restioson
Copy link

What does the above code do? 😅

@shepmaster
Copy link
Member Author

shepmaster commented Jul 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

No branches or pull requests

2 participants