You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: