Closed GoogleCodeExporter closed 9 years ago
Original comment by jphelirc
on 16 Oct 2010 at 4:52
One other "gotcha" is the fact that I'm using the new_data bit which is reset
every cycle when BINARY is enabled (ArduIMU). This means the blinky doesn't
happen because the new_data bit is reset before the code above can run (4
cycles later).
My proposition would be to add
"if (GPS.fix >= 1)" to the line before "GPS.new_data = 0;" in the binary output
routine. Either that or create a new bit just for this function.
Additionally, there is no timer to clear the lock bit if the GPS diesor is
unplugged after lock.
Original comment by paulbmather@gmail.com
on 16 Oct 2010 at 8:50
Original comment by jasonshort
on 8 May 2011 at 7:25
Original issue reported on code.google.com by
jphelirc
on 16 Oct 2010 at 4:52