Language Reference: Functions
Language Reference: Functions
Language Reference
Arduino programming language can be divided in three main parts: structure, values
(variables and constants), and functions.
FUNCTIONS
For controlling the Arduino board and performing computations.
https://www.arduino.cc/reference/en/ 1/3
12/14/2017 Arduino Reference
LANGUAGE
STRUCTURE
FUNCTIONS
The elements of Arduino (C++) code.
VARIABLES
https://www.arduino.cc/reference/en/ 2/3
12/14/2017 Arduino Reference
Compound Operators
&= (compound bitwise and)
*= (compound multiplication)
++ (increment)
+= (compound addition)
-- (decrement)
-= (compound subtraction)
/= (compound division)
|= (compound bitwise or)
NEWSLETTER
Copyright Notice
Contact Us
About Us
Careers
© 2017 Arduino
https://www.arduino.cc/reference/en/ 3/3