Skip to content

Commit

Permalink
Documentation change only: fix link in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMeades committed Oct 29, 2023
1 parent e4fb63f commit c169912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ A number of examples are provided with this repo:
| GNSS | [message](/example/gnss "message example") example communicating directly with a GNSS chip, messages of your choice.|
| GNSS | [position](/example/gnss "position example") example obtaining streamed position directly from a GNSS chip.|
| GNSS | [position](/example/gnss "AssistNow example") example of how to use the u-blox AssistNow service to improve the time to first fix of GNSS.|
| GNSS | [geofence](/example/gnss "geofence example") example of how to use the comon [geofence][/common/geofence/api] API with GNSS; note that it can equally be used with cellular (CellLocate) and Wi-Fi (Google, SkyHook and Here).|
| GNSS | [geofence](/example/gnss "geofence example") example of how to use the comon [geofence](/common/geofence/api/u_geofence.h) API with GNSS; note that it can equally be used with cellular (CellLocate) and Wi-Fi (Google, SkyHook and Here).|

You may use the code from any of these examples as a basis for your work as follows:
- Copy the source files for the [example](/example) that is closest to your intended application to your project directory.
Expand Down

0 comments on commit c169912

Please sign in to comment.