Skip to content

Commit ae7c194

Browse files
author
Amanda Butler
authored
Edit Timer.md
Edit file for typo.
1 parent eeaf08d commit ae7c194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/drivers/Timer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ You can independently create, start and stop any number of Timer objects.
88

99
### Warnings and notes
1010

11-
* Timers are based on 64-bit unsigned microsecond counters, but for backwards compatibility the `read_ms()` and `read_us()` methods only return 32-bit signed integers. This limits their range before wrapping to 49 days and 35 minutes respectively. Use `read_high_resolution_us()` to access the full range of over 500,000 years.
11+
- Timers are based on 64-bit unsigned microsecond counters, but for backward compatibility, the `read_ms()` and `read_us()` methods only return 32-bit signed integers. This limits their range before wrapping to 49 days and 35 minutes respectively. Use `read_high_resolution_us()` to access the full range of over 500,000 years.
1212

13-
* While a Timer is running, deep sleep is blocked to maintain accurate timing. If you don't need microsecond precision, consider using the LowPowerTimer class instead because this does not block deep sleep mode.
13+
- While a Timer is running, deep sleep is blocked to maintain accurate timing. If you don't need microsecond precision, consider using the LowPowerTimer class instead because this does not block deep sleep mode.
1414

1515
### Timer class reference
1616

0 commit comments

Comments
 (0)