From 42f3ef86a410a12a29d720f1cb2728d7834c3d3b Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 2 Jun 2017 10:06:53 +0200 Subject: [PATCH] Added link to Ticker examples --- doc/libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libraries.rst b/doc/libraries.rst index bb1e21e0e..ff5b88cb4 100644 --- a/doc/libraries.rst +++ b/doc/libraries.rst @@ -11,7 +11,7 @@ ESP8266WiFi library has been developed basing on ESP8266 SDK, using naming conve Ticker ------ -Library for calling functions repeatedly with a certain period. Two examples included. +Library for calling functions repeatedly with a certain period. `Two examples `__ included. 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.