Hi everybody, I have trouble with the pins, I'm using an Arduino Ethernet, GSM Shield and have to make a datalogger with SDI-12 communication, the problem is that the interruption pins from the Arduino Ethernet are 2 & 3 but the GSM Shield uses them as TX & RX and I need them to communicate with the sensor. Anny suggestions?
I have already try to change the pins but there's an error:
Arduino:1.7.7 (Windows 8.1), Placa:"Arduino Ethernet"
SDI-12\SDI12.cpp.o: In function `__vector_5':
C:\Program Files (x86)\Arduino\libraries\SDI-12/SDI12.cpp:822: multiple definition of `__vector_5'
d_simple_logger.cpp.o:C:\Program Files (x86)\Arduino/d_simple_logger.ino:313: first defined here
collect2.exe: error: ld returned 1 exit status