NMEA GPS receiver

Dependents:   lmic_NAmote_GPS_tjm lmic_NAmote_GPS_tjm LoRaWAN-NAMote72-Application-Demo_IoTium LoRaWAN-NAMote72-BVS-confirmed-tester-0-7v1_copy ... more

Revision:
5:d3a60fb94d0e
Parent:
4:b8c049fa7db2
--- a/gps.cpp	Wed Oct 21 01:08:46 2015 +0000
+++ b/gps.cpp	Tue May 29 12:44:48 2018 -0700
@@ -68,8 +68,7 @@
     rx_buf_lens[rx_bufs_in_idx] = 0;
     rx_bufs_out_idx = 0;
 
-    //gps_uart.baud(57600);
-    m_uart.attach(this, &GPS::on_uart_rx);
+    m_uart.attach(callback(this, &GPS::on_uart_rx));
 
     //pps_pin.rise(this, &GPS::pps);
 }