What is this....


without getting in detail.... i'm deconstructing bit of code in effort write own program similar function , there's in here don't recognize....

^=

specifically....

var1 ^= var2

any ideas or knows? information helpful. i've been able read of code , understand myself exception of 1 thing. unfortunately, great google gods came empty today.

^ exclusive-or operator. ^= xor 2 operands , saves result in 1 on left.

https://www.arduino.cc/en/reference/bitwiseand


Arduino Forum > Using Arduino > Programming Questions > What is this....


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'