-
Notifications
You must be signed in to change notification settings - Fork 35
Library not compatible with Arduino 1.7.10 #2
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
Comments
Thanks for the heads up! We'll dig into the changes and see what we need to update. If you happen to get any specific errors though, please post them here. |
Hello? |
It works with the latest Arduino IDE 1.8.13. This is to be closed |
I had the same error in IDE 1.8.13. But is fixed by replacing digitalPinToPinName() digitalPinToBitMask() in the header file of this library. Tested on Uno, works for me. created pull request. |
Thanks for the solution |
The recent release of Arduino 1.7 appears to change the way Wire.h works. The MLX90614 example sketches work when I compile/upload them using Arduino 1.6.8 or 1.6.9, but I can't get any readings off of my sensors when I use Arduino 1.7.10. I'm sorry I can't provide clearer details; this is my first bug report.
The text was updated successfully, but these errors were encountered: