i am using arm 7 lpc2148 processor for my project it has gps module which return longitude and latitude on the sms i want it send the google map link of that location.i have audrino code for code for this can i use that that code in arm7lpc2148 processor. please help me with this thnx
"Arduino code" is just C++ - so, even if you can't use it directly, it should be easy to follow what it's doing, and replicate that in your own code.