Skip to content

XWire does not compile with other libraries #6

Description

@bombasticbob

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].

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions