Arduino Forum
Finding the trouble with the while loop
Projects
Programming
UKHeliBob
May 6, 2021, 11:52am
2
while(k = true) {
This sets k to true. I assume that you meant
while(k == true) {
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
how to break while loop?
Programming
9
22741
May 5, 2021
While Loop versus For Loop - Why does the LED stay on?
Programming
9
3009
May 5, 2021
While loop, error .... SOLVED
Programming
12
2111
May 5, 2021
Using a Button to Start a While Loop
Programming
12
1654
May 5, 2021
break the while loop with boolean
Programming
4
6531
May 5, 2021