pic18f4520, mplab xc8. I redid my gps coding and I using an interrupt for each gps receive. My original plan was to convert the data into usable values (googlemap) (29.xxxxxx,-83.xxxxxx) and send sms. I have just that showing up on LCD, but I need to recall these exact converted figures to resend SMS (located right after the LCD function). I'm trying to store lat and lon into their own buffers/arrays, but having slight difficulty. If you scroll down to bottom where I convert the lat and lon...
I have GPS data, convert LAT&LON, display on LCD good, but trouble saving values
I have GPS data, convert LAT&LON, display on LCD good, but trouble saving values