From 82062c7f2ec87e1cf4180d2e3bcb4e9dca194532 Mon Sep 17 00:00:00 2001 From: Emmanuel Florent Date: Tue, 27 Aug 2019 15:21:55 +0200 Subject: [PATCH] timer.md: character encoding --- content/firmwareapi/pycom/machine/timer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/firmwareapi/pycom/machine/timer.md b/content/firmwareapi/pycom/machine/timer.md index e4f57c6..62be9a2 100644 --- a/content/firmwareapi/pycom/machine/timer.md +++ b/content/firmwareapi/pycom/machine/timer.md @@ -6,7 +6,7 @@ aliases: - chapter/firmwareapi/pycom/machine/timer --- -## class Timer – Measure Time and Set Alarms +## class Timer - Measure Time and Set Alarms Timers can be used for a great variety of tasks, like measuring time spans or being notified that a specific interval has elapsed.