|
Re: Problems reading io pins as a group
steven is correct - anything with a set bit qualifies as the "true" state, the only false state being 0.
you cannot really show how the boolean && works using bits - it's a logical operator, versus the bitwise operator &.
|