Replies: 1 comment
-
Hi, This is failing because you're trying to pass a non-static member function from your class as a callback to For example, timer.in(cas, CasKonec); Here You'll need to make |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to create my first library with arduino-timer.h. Ino sketch works fine, but when I tried to convert it to a library I get errors while compiling:
Pirsenzor.h
Pirsenzor.cpp
Ino... empty for now
I was browsing the internet for a while but everything I tried it did't work.
Thank you for any advice.
Samo
Beta Was this translation helpful? Give feedback.
All reactions