I am trying to use Adafruit GPS module with MRK1400.
With an Arduino Nano, the samples sketch "echo" from Adafruit compiles well and works.
With MRK1400, the compiler wont find SoftwareSerial.h. (I did select the correct board and port)'.
I found the SoftwareSerial lib in C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries and copied to C:\Program Files (x86)\Arduino\libraries. But, doing so, the compiler fails to find another header file.
The code begins with:
#include <SoftwareSerial.h>
#include <Adafruit_GPS.h>
Any help would be very appreciated. I am stuck on this for more than 2 hours.