Skip to content

Commit 42f3ef8

Browse files
tuxedo0801igrr
authored andcommitted
Added link to Ticker examples
1 parent c52b0da commit 42f3ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/libraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ESP8266WiFi library has been developed basing on ESP8266 SDK, using naming conve
1111
Ticker
1212
------
1313

14-
Library for calling functions repeatedly with a certain period. Two examples included.
14+
Library for calling functions repeatedly with a certain period. `Two examples <https://github.com/esp8266/Arduino/tree/master/libraries/Ticker/examples>`__ included.
1515

1616
It is currently not recommended to do blocking IO operations (network, serial, file) from Ticker callback functions. Instead, set a flag inside the ticker callback and check for that flag inside the loop function.
1717

0 commit comments

Comments
 (0)