GPS handling library

Dependents:   LoRaWAN-NAMote72-Application-Demo-good LoRaWAN-gps-cayenne LoRaWAN-NAMote72-Application-Demo

Fork of lib_gps by wayne roberts

Revision:
5:eb5ab720e3f9
Parent:
4:b8c049fa7db2
--- a/gps.cpp	Wed Oct 21 01:08:46 2015 +0000
+++ b/gps.cpp	Wed Dec 07 14:57:08 2016 +0000
@@ -69,7 +69,7 @@
     rx_bufs_out_idx = 0;
 
     //gps_uart.baud(57600);
-    m_uart.attach(this, &GPS::on_uart_rx);
+    m_uart.attach( mbed::callback( this, &GPS::on_uart_rx ) );
 
     //pps_pin.rise(this, &GPS::pps);
 }
@@ -615,5 +615,3 @@
             printf("gps:pps\r\n");
     }*/
 }
-
-