We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would use digitalWrite(10,LOW) when the complete countdown is 0. How can i make this with your Libary.
digitalWrite(10,LOW)
When i use
if (T.TimeCheck(0,0,0)) digitalWrite(10,LOW)
The Output goes every Second to Low.
Best Regrads from Germany, Dennis.
The text was updated successfully, but these errors were encountered:
Use this:
if (T.ShowTotalSeconds() == 0) digitalWrite( ... )
Sent from my iPhone
On Apr 28, 2016, at 4:08 PM, hugolost [email protected] wrote: Hi, I would use digitalWrite(10,LOW) when the complete countdown is 0. How can i make this with your Libary. When i use if (T.TimeCheck(0,0,0)) digitalWrite(10,LOW) The Output goes every Second to Low. Best Regrads from Germany, Dennis. — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
On Apr 28, 2016, at 4:08 PM, hugolost [email protected] wrote:
if (T.TimeCheck(0,0,0)) digitalWrite(10,LOW) The Output goes every Second to Low.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
Sorry, something went wrong.
Thank you very very much. It works.
No branches or pull requests
Hi,
I would use
digitalWrite(10,LOW)
when the complete countdown is 0.How can i make this with your Libary.
When i use
The Output goes every Second to Low.
Best Regrads from Germany, Dennis.
The text was updated successfully, but these errors were encountered: