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

ATtiny2313/4313 support, ATtiny 3 pin mode fix #152

Merged
merged 2 commits into from
Oct 31, 2015

Conversation

zador-blood-stained
Copy link
Contributor

Added support for ATtiny2313 and ATtiny 4313 MCUs. Tested with google-code arduino-tiny core.

As for second change - slave select logic is implemented in main RF24 class with csn() function, using hardcoded SS pins in SPI class is not needed. Furthermore, calling radio.begin() will set SS pin OUTPUT and HIGH even in 3 pin mode, and it will overwrite any state set by user or another library configured to use this pin.

TMRh20 added a commit that referenced this pull request Oct 31, 2015
ATtiny2313/4313 support, ATtiny 3 pin mode fix
@TMRh20 TMRh20 merged commit 07e8362 into nRF24:master Oct 31, 2015
TMRh20 added a commit to TMRh20/tmrh20.github.io that referenced this pull request Nov 25, 2015
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.

2 participants