Correction for error detected in the MAX31855 driver. Error was caused by unary & casting to 16 or less bits when the compared operand are not all explicitly 32 bits. This is probably Python version dependent so it is safer for future version of the language since it explicitly set the size of both members of the unary comparison
Correction for error detected in the MAX31855 driver. Error was caused by unary & casting to 16 or less bits when the compared operand are not all explicitly 32 bits. This is probably Python version dependent so it is safer for future version of the language since it explicitly set the size of both members of the unary comparison