Difference between revisions of "Arduino Syntax Manual"
From Microduino Wiki
Line 52: | Line 52: | ||
***'''[[&Address of]]''' | ***'''[[&Address of]]''' | ||
**'''Bitwise Operators''' | **'''Bitwise Operators''' | ||
− | ***'''[[& (Bitwise | + | ***'''[[& (Bitwise and)]]''' |
− | ***'''[[( | + | ***'''[[Bitwise or | |(bitwise or)]]''' |
− | ***'''[[^ (Bitwise | + | ***'''[[^ (Bitwise xor)]]''' |
− | ***'''[[~ ( | + | ***'''[[~ (按位取反)]]''' |
− | ***'''[[<< ( | + | ***'''[[按位左移 |<< (按位左移)]]''' |
− | ***'''[[>> ( | + | ***'''[[按位右移 |>> (按位右移)]]''' |
**'''Compound Operators''' | **'''Compound Operators''' | ||
***'''[[++ (Self-add)]]''' | ***'''[[++ (Self-add)]]''' |
Revision as of 02:58, 11 August 2016
Language: | English • 中文 |
---|
|