in reply to Re: I2C help (from python)
in thread I2C help (from python)

So the line is probably equivalent to: 01 self.DEVICE_REG_DATA = self.DEVICE_REG_DATA & 1111_1110

That would have to be: self.DEVICE_REG_DATA = self.DEVICE_REG_DATA &0b1111_1110


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I knew I was on the right track :)
In the absence of evidence, opinion is indistinguishable from prejudice.