We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f464d commit 2980c2aCopy full SHA for 2980c2a
gps/README.md
@@ -699,8 +699,9 @@ Subsequent calls may occur without restriction; see usage example above.
699
700
These methods use the MicroPython microsecond timer to interpolate between PPS
701
pulses. They do not involve the RTC. Hence they should work on any MicroPython
702
-target supporting `machine.ticks_us`.
703
-
+target supporting `machine.ticks_us`. These methods are currently based on the
+default 1s update rate. If this is increased they may return incorrect values.
704
+
705
See [Absolute accuracy](./README.md#45-absolute-accuracy) for a discussion of
706
the accuracy of these methods.
707
0 commit comments