Forum Rule: Always post complete source code & details to reproduce any issue!
-
Wire library
@Paul Stoffregen
I saw Arduino updated Wire lib with "Wire class now supports timeout".
Any chance to get this functionality on teensy (especially teensy2.0) also?
I have a project on wich this could be usefull.
Thank you for your efforts for teensy
-
Bump
An answer would be nice.
-
Senior Member+
If it were me, I would probably try seeing how hard it would be to merge in their changes and then try issuing a Pull Request back to library: https://github.com/PaulStoffregen/Wire
And/Or add an Issue against the library as a reminder.
Not sure how much work it would be to integrate it against the three sets of code (AVR, TLX/3.x, and T4.x).
It is interesting that they released it for AVR, but I don't think their ARM versions have it nor have they updated the Wire library online documentation.
-

Originally Posted by
KurtE
If it were me, I would probably try seeing how hard it would be to merge in their changes and then try issuing a Pull Request back to library:
https://github.com/PaulStoffregen/Wire
And/Or add an Issue against the library as a reminder.
Not sure how much work it would be to integrate it against the three sets of code (AVR, TLX/3.x, and T4.x).
It is interesting that they released it for AVR, but I don't think their ARM versions have it nor have they updated the Wire library online documentation.
Thank you for your answer.
I think merge and pull request might be above my skill level.
Just for AVR core (T2) would be good enough for my needs.
Maybe Paul can give his opinion in this topic.
Best regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules