From e77f96c3e14c29714c072a7784614a3cae0abd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=A9=EC=84=B1=EB=B2=94=20=28Bang=20Seongbeom=29?= Date: Tue, 13 Aug 2019 06:50:40 +0900 Subject: [PATCH] Fix the number of examples (#6407) --- doc/libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libraries.rst b/doc/libraries.rst index d53d0e87d..a7c3ab0e6 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. `Three 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.