I am working on a certain project in which i need to set the delay in timeaction library by taking input from the user. I had unsigned long variable TIMV to take the time delay value and accordingly the system will work. But i encountered a problem that delay value is not there in it. So is it not getting inside that class or what? Hereby i am sending you the snippet of my code where i declared my variable and timeaction instance. Please guide
unsigned long TIMV;TimedAction timedAction = TimedAction(TIMV,FS_CHK);
Please read this:- How to use this forum
it will help you with asking a question. It will also tell you to supply a link to any obscure libraries, which timeaction library surely is.
Grumpy_Mike:
Please read this:- How to use this forum
it will help you with asking a question. It will also tell you to supply a link to any obscure libraries, which timeaction library surely is.
Grumpy_Mike:
Please read this:- How to use this forum
it will help you with asking a question. It will also tell you to supply a link to any obscure libraries, which timeaction library surely is.