Skip to content

Commit e77f96c

Browse files
bangseongbeomearlephilhower
authored andcommitted
Fix the number of examples (#6407)
1 parent f2bac1c commit e77f96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/libraries.rst

+1-1
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 <https://github.com/esp8266/Arduino/tree/master/libraries/Ticker/examples>`__ included.
14+
Library for calling functions repeatedly with a certain period. `Three 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)