Arduino Forum
Having problems with "if" ststements. Not following the condition
Projects
Programming
LarryD
November 26, 2017, 6:16am
2
NO
if(rh = 1) {
YES
if(rh == 1) {
= is for equality
== is for comparison
show post in topic
Related topics
Topic
Replies
Views
Activity
Problem with if statement controlling 8x8 matrix
Programming
8
880
May 5, 2021
IF statement with three conditions
Programming
19
16921
May 5, 2021
Question about if statement
Programming
3
399
May 5, 2021
programming WordClock with IF construction
Programming
2
522
May 5, 2021
If statement problem
Syntax & Programs
8
10948
May 6, 2021