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

No way to disable chipSelect in SPI constructor #213

Open
tcr opened this issue Sep 5, 2016 · 2 comments
Open

No way to disable chipSelect in SPI constructor #213

tcr opened this issue Sep 5, 2016 · 2 comments

Comments

@tcr
Copy link
Member

tcr commented Sep 5, 2016

I am of the belief that the SPI constructor should default to having no chip select by default, but at the least I should be able to set the constructor to null and have it not select one.

@johnnyman727
Copy link
Contributor

I am of the belief that the SPI constructor should default to having no chip select by default

    1. I think we made a bad call on this for T1. Not sure how many code bases it would break (we'd definitely need to update a few module libraries), but I'd be interested in seeing it switched to no CS unless specified.

@johnnyman727
Copy link
Contributor

I am of the belief that the SPI constructor should default to having no chip select by default

+1 - I think we made a bad call on this for T1. Not sure how many code bases it would break (we'd definitely need to update a few module libraries), but I'd be interested in seeing it switched to no CS unless specified.

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