-
Notifications
You must be signed in to change notification settings - Fork 147
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
I2C_4 seemingly broken #608
Comments
It isn't working here either if it makes you feel any better :) Here is the test code I am using:
|
Ok, I think I have fixed it. line 634 of i2c.cpp in libDaisy should be:
not
|
PR put in: |
@AndrewCapon thanks for taking a look at this! I'll test your your fix as well on Monday. 👍🏻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I posted on the forum about this here, but tl;dr is that I can't get I2C_4 to work at all. I have no problems getting I2C_1 to work (on either set of supported pins), but I2C_4 does not work for me on either pin set.
I made a Gist for it here. If anyone could try it out just to sanity check it for me, that would already be a huge help.
Please let me know if you need any additional info or context.
The text was updated successfully, but these errors were encountered: