dinghino / TicToc

Timer library for arduino for functions and class members

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix lambda

dinghino opened this issue · comments

as of now there is something wrong passing a lambda (especially capturing ones) as callback of the timer; the temporary solution is to use the static TicToc::lambda to wrap it, but it's super ugly.