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

Incorrect GPIO values of MISO and MOSI in sensors/mcp3008.py #33

Open
astrapotro opened this issue Sep 11, 2019 · 0 comments
Open

Incorrect GPIO values of MISO and MOSI in sensors/mcp3008.py #33

astrapotro opened this issue Sep 11, 2019 · 0 comments

Comments

@astrapotro
Copy link

astrapotro commented Sep 11, 2019

Values of self.SPIMISO and self.SPIMOSI in sensors/mcp3008.py are wrongly coded.
This is how it is:
self.SPIMOSI = 23
self.SPIMISO = 24
And this is how i've done to work well in my raspi v1 b:
self.SPIMOSI = 24
self.SPIMISO = 23

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

1 participant