Well what a pleasant surprise I got this morning. I just glanced over the code you sent back to me the other day. I assumed, and you know what that means, you had sent me an example of using the NeoGPS library. I was more concentrating on what you were explaining to me.
So this morning I sat down to look at it and see if I could get it to work, you actually rewrote my code so it would, that was awesome and of course it does work.
So now what I'm doing is trying to incorporate the servo control logic. What I did was moved your void loop to a new tab to make it a separate function. I then just call it from the main loop. Then I copied my servo logic into a second tab making that it's own function. This way I can set up the synchronizing timing by just calling each function as I need to. I didn't have time to get it all working, dam work always gets in the way of the fun stuff!
Is there a GPS reading complete type of bit? I could use that to delay calling the servo function until the GPS is finished it's process.
Thanks so very much for your help
John