Difference between revisions of "Arduino Syntax Manual"

From Microduino Wiki
Jump to: navigation, search
Line 46: Line 46:
 
**'''Boolean Operators'''
 
**'''Boolean Operators'''
 
***'''[[&& (Logical AND)]]'''
 
***'''[[&& (Logical AND)]]'''
***'''[[OR ||| (OR)]]'''
+
***'''[[OR ||| (Logical or)]]'''
 
***'''[[!  (Logical negation)]]'''
 
***'''[[!  (Logical negation)]]'''
 
**'''Pointer Access Operators'''
 
**'''Pointer Access Operators'''

Revision as of 07:02, 10 August 2016

Language: English  • 中文
  • Programs of Arduino can be divided into three main parts:Structures, variables(variables and constants) and functions