-
Notifications
You must be signed in to change notification settings - Fork 129
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
MLX90614 support #35
Comments
After further testing, actually it works fine except for scanning, Scanning with the old Wire library would be implemented like this:
And it works correctly. |
I've fixed it with this change:
|
By the way, why there're 2 calls to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v032 to support MLX90614 it was enough to add the
sendStop
parameter to theendTransmission
andrequestFrom
functions, as it's done in Arduino. See https://www.libelium.com/forum/viewtopic.php?f=27&t=13616&start=10#p56594However since v033 the twi and Wire/I2C code has changed very much, the
endTransmission
andrequestFrom
functions don't exist anymore, and MLX90614 doesn't work.How to implement this feature with the new code?
The text was updated successfully, but these errors were encountered: