Skip to content

Commit 2980c2a

Browse files
committed
gps/README.md Add note on timing and update rate.
1 parent d0f464d commit 2980c2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gps/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,9 @@ Subsequent calls may occur without restriction; see usage example above.
699699

700700
These methods use the MicroPython microsecond timer to interpolate between PPS
701701
pulses. They do not involve the RTC. Hence they should work on any MicroPython
702-
target supporting `machine.ticks_us`.
703-
702+
target supporting `machine.ticks_us`. These methods are currently based on the
703+
default 1s update rate. If this is increased they may return incorrect values.
704+
704705
See [Absolute accuracy](./README.md#45-absolute-accuracy) for a discussion of
705706
the accuracy of these methods.
706707

0 commit comments

Comments
 (0)