Thread Previous • Date Previous • Date Next • Thread Next |
Precisely because it is
Luc, sorry, as you probably noticed I screwed up, it should be bitwise disjunction as operator, i.e. 8 | 16 | 32 and so on.a bitmask, you have to set bits that correspond to RX, RY, RZ if you need to block just those, i.e. (8 & 16 & 32), which is binary 0b111000 (in python) and that is decimal 56.
v
Thread Previous • Date Previous • Date Next • Thread Next |