Russ Butler
/
GroveGPS-Example
Grove GPS Example
Revision 4:a0b1c05e1b27, committed 2019-06-07
- Comitter:
- c1728p9
- Date:
- Fri Jun 07 16:57:09 2019 +0000
- Parent:
- 3:93a9216a7c84
- Commit message:
- Remove GPS thread and dynamic memory usage
Changed in this revision
GroveGPS.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 93a9216a7c84 -r a0b1c05e1b27 GroveGPS.lib --- a/GroveGPS.lib Tue Jun 04 21:06:53 2019 +0000 +++ b/GroveGPS.lib Fri Jun 07 16:57:09 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/sarahmarshy/code/GroveGPS/#82fce70de15f +https://os.mbed.com/users/c1728p9/code/GroveGPS/#0ee729b4a211
diff -r 93a9216a7c84 -r a0b1c05e1b27 main.cpp --- a/main.cpp Tue Jun 04 21:06:53 2019 +0000 +++ b/main.cpp Fri Jun 07 16:57:09 2019 +0000 @@ -33,6 +33,5 @@ int main() { EventQueue queue; queue.call_every(1000, read_gps); - gps.start(); queue.dispatch(); }