Difference between revisions of "Arduino Syntax Manual"
From Microduino Wiki
(One intermediate revision by the same user not shown) | |||
Line 52: | Line 52: | ||
***'''[[&Address of]]''' | ***'''[[&Address of]]''' | ||
**'''Bitwise Operators''' | **'''Bitwise Operators''' | ||
− | ***'''[[& (Bitwise | + | ***'''[[& (Bitwise and)]]''' |
− | ***'''[[( | + | ***'''[[Bitwise or | |(bitwise or)]]''' |
− | ***'''[[^ (Bitwise | + | ***'''[[^ (Bitwise xor)]]''' |
− | ***'''[[~ (Bitwise | + | ***'''[[~ (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 • 中文 |
---|
|