Compiler error due to SimpleTimer library
-
Hi @jkandasa,
I get this error:
MyController.cpp: 158:9: error: 'class SimpleTimer' has no member named 'run
158 | timer.run(); \ SimpleTimer is working
| ^~~But I could not find any library that has this member.
Any help is much appreciated
-
Hi @fsgrazzutti, can you try with https://playground.arduino.cc/Code/SimpleTimer/?
Please note this library support available only in MyController v1. -
@jkandasa ,
thanks a lot for the prompt answer.Fun fact, this is the library I use, and there's no run() method, but it appears in the example on the page you linked.
I'm confused now.
Cheers,
Franco -
@fsgrazzutti download the library from https://github.com/schinken/SimpleTimer