Skip to content

XWire does not compile with other libraries #6

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

Open
3 tasks
bombasticbob opened this issue Jul 30, 2017 · 0 comments
Open
3 tasks

XWire does not compile with other libraries #6

bombasticbob opened this issue Jul 30, 2017 · 0 comments
Assignees

Comments

@bombasticbob
Copy link
Contributor

See XMegaForArduino/arduino#38

specifically, there are build errors when XWire is used in place of 'Wire'. The cause is likely to be a portability problem between the way XWire handles multiple 'Wire' objects, and how its being used by the 3rd party libs.

  • make XWire work with standard Arduino libraries
  • make XWire work with libraries that are commonly used
  • provide instructions for modifying libraries, as needed, or add a 'compatibility' definition to force use of the default TWI interface only [thus being 100% compatible with atmega].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant