Arduino Forum
Trying to turn off an output 1second after a switch is tripped
Projects
Programming
system
December 20, 2012, 1:39am
2
Wait, sorry, I found it
if(latch = true)
should be
if(latch == true)
now it's working
show post in topic
Related topics
Topic
Replies
Views
Activity
debouncing a switch during 'while' loop
Programming
13
10918
May 5, 2021
Problem with simple switch
Programming
16
2866
May 5, 2021
Simple code that I cannot make to work
Programming
19
1766
May 5, 2021
turning led on or off using switch
Programming
3
1082
May 5, 2021
Motor/LED/Switch code
Programming
5
6681
May 5, 2021