Difference between revisions of "Arduino Syntax Manual"

From Microduino Wiki
Jump to: navigation, search
 
Line 55: Line 55:
 
***'''[[Bitwise or | |(bitwise or)]]'''
 
***'''[[Bitwise or | |(bitwise or)]]'''
 
***'''[[^ (Bitwise xor)]]'''
 
***'''[[^ (Bitwise xor)]]'''
***'''[[~ (按位取反)]]'''
+
***'''[[~ (Bitwise not)]]'''
***'''[[按位左移 |<< (按位左移)]]'''
+
***'''[[Bitwise left shift |<< (bitwise left shift)]]'''
***'''[[按位右移 |>> (按位右移)]]'''
+
***'''[[Bitwise right shift|>> (bitwise right shift)]]'''
 
**'''Compound Operators'''
 
**'''Compound Operators'''
 
***'''[[++ (Self-add)]]'''
 
***'''[[++ (Self-add)]]'''

Latest revision as of 03:01, 11 August 2016

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