Replies: 1 comment
-
Hi @Typhoor, Please refer to the library documentation. If you find any bugs feel free to create an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do you have a roking exapmly for a callback ?
Do I need to use bind ?
Especially I want to callback a protected/private member method inside a object/instance who has the EasyButon instance and set's the callback and has a "this*" ...
With Ticker I can do:
ticker.attach_ms(TICKER_DUR,+[](<class*> cc){cc->tick();}, this);
Beta Was this translation helpful? Give feedback.
All reactions