Skip to content

Commit e0bf028

Browse files
committed
GPS.md: add TOC.
1 parent 6b0a3a8 commit e0bf028

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

v3/docs/GPS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ the UART and parses them as they arrive. Valid sentences cause local bound
121121
variables to be updated. These can be accessed at any time with minimal latency
122122
to access data such as position, altitude, course, speed, time and date.
123123

124-
###### [Top](./GPS.md#1-as_gps)
124+
##### [Contents](./GPS.md#1-contents)
125125

126126
# 2 Installation
127127

@@ -170,7 +170,7 @@ Code samples will need adaptation for the serial port.
170170

171171
The library requires `uasyncio` V3 on MicroPython and `asyncio` on CPython.
172172

173-
###### [Top](./GPS.md#1-as_gps)
173+
##### [Contents](./GPS.md#1-contents)
174174

175175
# 3 Basic Usage
176176

@@ -253,7 +253,7 @@ Data is logged to `/sd/log.kml` at 10s intervals.
253253
import as_drivers.as_gps.log_kml
254254
```
255255

256-
###### [Top](./GPS.md#1-as_gps)
256+
##### [Contents](./GPS.md#1-contents)
257257

258258
# 4. The AS_GPS Class read-only driver
259259

@@ -494,7 +494,7 @@ was received `reparse` would see
494494
basic checks on received sentences. If GPS is linked directly to the target
495495
(rather than via long cables) these checks are arguably not neccessary.
496496

497-
###### [Top](./GPS.md#1-as_gps)
497+
##### [Contents](./GPS.md#1-contents)
498498

499499
# 5. The GPS class read-write driver
500500

@@ -690,7 +690,7 @@ followed by any args specified in the constructor.
690690
Other `PMTK` messages are passed to the optional message callback as described
691691
[in section 5.3](GPS.md#53-gps-class-constructor).
692692

693-
###### [Top](./GPS.md#1-as_gps)
693+
##### [Contents](./GPS.md#1-contents)
694694

695695
# 6. Using GPS for accurate timing
696696

@@ -921,7 +921,7 @@ runs.
921921
* GPGSV
922922
* GLGSV
923923

924-
###### [Top](./GPS.md#1-as_gps)
924+
##### [Contents](./GPS.md#1-contents)
925925

926926
# 8 Developer notes
927927

@@ -966,7 +966,7 @@ or at the command line:
966966
$ micropython -m as_drivers.as_GPS.astests
967967
```
968968

969-
###### [Top](./GPS.md#1-as_gps)
969+
##### [Contents](./GPS.md#1-contents)
970970

971971
# 9. Notes on timing
972972

@@ -1039,7 +1039,7 @@ asynchronously to PPS: the interval will centre on 0.5s. The assumption is that
10391039
inaccuracy in the `ticks_us` timer measured in μs is proportional to the
10401040
duration over which it is measured.
10411041

1042-
###### [Top](./GPS.md#1-as_gps)
1042+
##### [Contents](./GPS.md#1-contents)
10431043

10441044
# 10 Files
10451045

@@ -1090,4 +1090,4 @@ These tests allow NMEA parsing to be verified in the absence of GPS hardware:
10901090
[Ultimate GPS Breakout]:http://www.adafruit.com/product/746
10911091
[micropyGPS]:https://github.com/inmcm/micropyGPS.git
10921092

1093-
###### [Top](./GPS.md#1-as_gps)
1093+
##### [Contents](./GPS.md#1-contents)

0 commit comments

Comments
 (0)