GPS handling library
Dependents: LoRaWAN-NAMote72-Application-Demo-good LoRaWAN-gps-cayenne LoRaWAN-NAMote72-Application-Demo
Fork of lib_gps by
Revision 5:eb5ab720e3f9, committed 2016-12-07
- Comitter:
- mluis
- Date:
- Wed Dec 07 14:57:08 2016 +0000
- Parent:
- 4:b8c049fa7db2
- Commit message:
- Updated due to latest mbed library versions changes
Changed in this revision
gps.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b8c049fa7db2 -r eb5ab720e3f9 gps.cpp --- 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"); }*/ } - -