Skip to content

Commit

Permalink
Update examples page
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jul 26, 2020
1 parent f24c71f commit 7e73668
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Examples and demos
==================

There are ``2`` very basic examples provided with the library.
There are several basic examples provided with the library.

Parse block of data
^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -34,7 +34,9 @@ Data are later processed outside interrupt context.
Distance and bearing
^^^^^^^^^^^^^^^^^^^^

Library provides calculation of distance and bearing between `2` coordinates on earth.
Library provides calculation of distance and bearing between ``2`` coordinates on earth.
This is useful if used with autonomnous devices to understand in which direction
device has to move to reach end point while knowing start coordinate.

.. literalinclude:: ../../examples/example_dist_bear.c
:language: c
Expand Down

0 comments on commit 7e73668

Please sign in to comment.