Language Reference: Structure Variables Functions
Language Reference: Structure Variables Functions
Arduino programs can be divided in three main parts: structure, values (variables and
constants), and functions. http://arduino.cc/en/Reference/HomePage
Compound
Operators
++ (increment)
-- (decrement)
Compounds
+= (addition)
-= (subtraction)
*= (multiplication)
/= (division)
&= (bitwise and)
|= (bitwise or)