Arduino Forum
How to remain inside a function?
Projects
Programming
nickgammon
October 11, 2012, 3:55am
4
while(i = 1){ // statement(s) }
Should be:
while(i == 1){ // statement(s) }
Ditto to the OP.
show post in topic
Related topics
Topic
Replies
Views
Activity
Two loops or branches help needed
Programming
12
4341
May 5, 2021
double loop
Frequently-Asked Questions
6
4746
May 6, 2021
Creating Loops outside of void loop()
Programming
2
3134
May 5, 2021
Calling a function within a while loop.
Programming
4
8076
May 5, 2021
2 loop in uno sketch
Italiano
16
12389
May 6, 2021