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.
2 parents 95fbb75 + 2c0455f commit ce0bef7Copy full SHA for ce0bef7
adafruit_ticks.py
@@ -50,7 +50,7 @@
50
# ability to measure 1ms intervals after about 1 hour, and losing the
51
# ability to meausre 128ms intervals after 6 days. The only solution is to
52
# either upgrade to a version with supervisor.ticks_ms, or to switch to a
53
-# board with time.montonic_ns.
+# board with time.monotonic_ns.
54
55
try:
56
from supervisor import ticks_ms # pylint: disable=unused-import
0 commit comments