Arduino Basics Arduino for beginners – if / else statement by shedboy71 9th August 2016 An if statement can be followed by an optional else statement, which executes when the expression is false. Syntax The syntax of an if…else statement is [codesyntax lang=”cpp”] if(expression) { … Read more