Hello,

After looking up modifiers for variables in the manual I saw that there is no way to simply retrieve the lowest 4 bits of a byte, and the highest 4 bits of a byte.

Is this actually available?

If now, what is the easiest way to get the lowest and highest 4 bits of a byte variable?

Thanks