I need to use the TimerOne library in a class and I need to pass as pointer a member of my class. Now I can pass as pointer only a function outside a class.
I need to use the TimerOne library in a class and I need to pass as pointer a member of my class. Now I can pass as pointer only a function outside a class.