The Arduino language is based on C/C++ and supports all standard C constructs and some C++ features. It links against AVR Libc and allows the use of any of its functions; see its user manual for details.
StructureControl StructuresFurther Syntax
Arithmetic Operators
Comparison Operators
Boolean OperatorsPointer Access OperatorsBitwise Operators
Compound Operators
VariablesConstantsData Types
Variable Scope & QualifiersUtilitiesReference |
FunctionsDigital I/O
Analog I/O
Advanced I/O Time Math
Trigonometry Random Numbers External Interrupts
Interrupts Serial Communication
|