We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.