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.
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.