Home Forums EasyTransfer Library Support Forum Arduino Due & EasyTransfer Library !!!! Reply To: Arduino Due & EasyTransfer Library !!!!

#2599
Anonymous
Inactive

Hi Bill,

as you can see when you open the header (*.h) of easy transfer library you will find this line (#include <avr/io.h>) which mentions to the source code to check this file and use it ( if the “if” statement is verified). so to resolve this problem when using ARM processor, is to comment (//) the entire line in the header (*.h) file or to copy the “avr” folder under the arduino IDE 1.04 (version for AVR) directory ( arduino-1.0.4\hardware\tools\avr\avr\include\avr) to arduino IDE 1.5 (version for ARM) directory (Arduino compile\arduino-1.5.2\hardware\tools\avr\avr\include)

and now i am trying to fix the same issue with PS2X library and to change the declaration of some functions in the header.