evert-arias / EasyBuzzer

The Beep Library For Arduino

Home Page:https://evert-arias.github.io/EasyBuzzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] data in callback function

Modifikator opened this issue · comments

Hi, I need put parameters in callback function, like as JsonObject& DATA
How to do it?

Hi @Modifikator
Currently the library does not implement callback functions with arguments. I recommend that you take a look at lambda expressions and std::bind.