// Example of a simple IF / ELSEIF /ELSE statement. // Change the value of "x" above and rerun code to see which of // the IF, ELSEIF and ELSE statement based on what value of "x" is.
In our previous tutorial we learnt how to install python on our windows machine and how to interface Arduino with python using a simple LED control project. If you are new, I would strongly recommend ...