-
Notifications
You must be signed in to change notification settings - Fork 19
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
Not working on I2C-0 of compute module 3 Lite #4
Comments
Could someone point out what changes will have to be made to make it work on I2C-0 of compute module 3 Lite? Here's my test code based on the library:
And's here's the error that I get:
|
It's hardcoded in the function |
The wrapper around i2c is so thin in the wiring pi library that one could directly do i2c access via ioctrl. It's virtually not more code. |
I am running the code on Compute Module 3 Lite. OS is Raspbian Stretch Lite (the latest release). It works perfectly well on I2C-1 but not on I2C-0. Any particular reason why?
The text was updated successfully, but these errors were encountered: