Skip to content

Commit 6313f89

Browse files
author
Amanda Butler
authored
Merge pull request #770 from aashishc1988/ticker_doc
minor changes to ticker doc
2 parents 164fa94 + 3788a3d commit 6313f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/drivers/Ticker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can create any number of Ticker objects, allowing multiple outstanding inter
1212

1313
- No printf, malloc or new in ISR: avoid any call to bulky library functions. In particular, certain library functions (such as printf, malloc and new) are not re-entrant, and their behavior could be corrupted when called from an ISR.
1414

15-
- While an event is attached to a Ticker, deep sleep is blocked to maintain accurate timing. If you don't need microsecond precision, consider using the LowPowerTicker class instead because this does not block deep sleep mode.
15+
- While an event is attached to a Ticker, deep sleep is blocked to maintain accurate timing. If you don't need microsecond precision, consider using the LowPowerTicker class instead because that does not block deep sleep mode.
1616

1717
### Ticker class reference
1818

0 commit comments

Comments
 (0)