رفرنس آردوینو
زیان برنامه نویسی آردوینو به سه دسته تقسیم میشود:
ساختار (structure)
متغیر (values – variables and constants)
توابع (Function)
Structure
— Setup()
— loop()
Control Structures
— if
— for
— while
— do…while
— break
— continue
— return
— goto
Further Syntax
— #define
— #include
Arithmetic Operators
Comparison Operators
— >= (greater than or equal to)
Boolean Operators
— && (and)
— || (or)
— ! (not)