Difference between revisions of "Arduino Syntax Manual"

From Microduino Wiki
Jump to: navigation, search
Line 52: Line 52:
 
***'''[[&Address of]]'''
 
***'''[[&Address of]]'''
 
**'''Bitwise Operators'''
 
**'''Bitwise Operators'''
***'''[[& (Bitwise AND)]]'''
+
***'''[[& (Bitwise and)]]'''
***'''[[(Bitwise OR)]]'''
+
***'''[[Bitwise or | |(bitwise or)]]'''
***'''[[^ (Bitwise XOR)]]'''
+
***'''[[^ (Bitwise xor)]]'''
***'''[[~ (Bitwise NOT)]]'''
+
***'''[[~ (按位取反)]]'''
***'''[[<< (Bitwise left shift)]]'''
+
***'''[[按位左移 |<< (按位左移)]]'''
***'''[[>> (Bitwise right shift)]]'''
+
***'''[[按位右移 |>> (按位右移)]]'''
 
**'''Compound Operators'''
 
**'''Compound Operators'''
 
***'''[[++ (Self-add)]]'''
 
***'''[[++ (Self-add)]]'''

Revision as of 02:58, 11 August 2016

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