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

Support for bit tranfers.... #42

Closed
jbuszkie opened this issue Jan 29, 2021 · 1 comment
Closed

Support for bit tranfers.... #42

jbuszkie opened this issue Jan 29, 2021 · 1 comment

Comments

@jbuszkie
Copy link

Is there a way to specify an arbitrary number of bits to transfer via SPI? I have a device that's interface is very SPI-like. But it expects 3bits of command followed by 6 bits of address followed by 8bits of data. But from the code here..(at least the bit banged part) it looks like it sends just 8 bit package.. My guess is I'll have to bit bang this myself...

@ladyada
Copy link
Member

ladyada commented Jan 29, 2021

you'll have to bitbang it!

@ladyada ladyada closed this as completed Jan 29, 2021
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