sonelu / roboglia

Robotics framework
GNU General Public License v3.0
0 stars 1 forks source link

Mask for BoolRegister #45

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

Introduce a mask for the BoolRegister Provide check with all bits (XOR) or any (AND). Remove the mask from the sensor as using BoolRegisters for the same address would make the need to have the mask at the sensor obsolete. This will require #44 fixed too.