You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample runs two tickers that both call one callback function, but with different arguments.
However, implementations used three Ticker instances. A callback function with a parameter is used on one of them but always with same parameter. I suspect this example may have been left in a work-in-progress state and never completed.
The text was updated successfully, but these errors were encountered:
Basic Infos
Platform
n/a
Settings in IDE
n/a
Problem Description
The example sketch TickerParameter.ino
says in comment:
However, implementations used three
Ticker
instances. A callback function with a parameter is used on one of them but always with same parameter. I suspect this example may have been left in a work-in-progress state and never completed.The text was updated successfully, but these errors were encountered: