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

Attiny85 spi driver #419

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

DeepHorizons
Copy link

Preliminary SPI driver for the attiny85 using the USI. Ive tested writing data using a logic analyzer. I don't know if I can consume any of the existing settings to set the SPI mode. I have not tested reading and I suspect it would not work [well] because it wont block on a read. I think it would need a modification of the avr-hal-generic::spi::Spi impl but I wanted to get some guidance first.

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.

None yet

1 participant