Skip to content
New issue

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

TimeCheck #9

Open
hugolost opened this issue Apr 28, 2016 · 2 comments
Open

TimeCheck #9

hugolost opened this issue Apr 28, 2016 · 2 comments

Comments

@hugolost
Copy link

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.

@AndrewMascolo
Copy link
Owner

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

@hugolost
Copy link
Author

Thank you very very much. It works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants