Shigeru Fujiwara
/
TinyGPSPlus-example
An example for TinyGPSPlus
Revision 1:351d281f437f, committed 2019-02-02
- Comitter:
- aoba
- Date:
- Sat Feb 02 07:17:19 2019 +0000
- Parent:
- 0:eff8db5e950d
- Commit message:
- updated mbed to mbed-os
Changed in this revision
--- a/main.cpp Sat Feb 02 06:53:56 2019 +0000 +++ b/main.cpp Sat Feb 02 07:17:19 2019 +0000 @@ -32,7 +32,5 @@ gps.baud(GPS_BAUD_RATE); gps.format(8, Serial::None, 1); gps.attach(&callback, Serial::RxIrq); - while(1) { - wait(1); - } + wait(osWaitForever); }
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Sat Feb 02 07:17:19 2019 +0000 @@ -0,0 +1,1 @@ +https://github.com/armmbed/mbed-os/#a8f0c33eaa2c52babff9655417c36f4b5edd54d7
--- a/mbed.bld Sat Feb 02 06:53:56 2019 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://os.mbed.com/users/mbed_official/code/mbed/builds/3a7713b1edbc \ No newline at end of file