"| %0000100"What does this does mister_e? I read the manual it says there that this "|" is used to set the bit. Please explain how it fits with my requirement. Thanks a lot
"| %0000100"What does this does mister_e? I read the manual it says there that this "|" is used to set the bit. Please explain how it fits with my requirement. Thanks a lot
it's all about Bitwise operations.
| is bitwise OR.
You said you don't need to monitor bit.3?
So it could be 0 or 1?
How about making sure this specific is always 1 then?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks