Searched refs:I2cError (Results 1 – 1 of 1) sorted by relevance
22 class I2cError(Exception): class69 raise I2cError('Error loading C library %s: %s' %86 raise I2cError('Error getting device file for adapter %s' %113 raise I2cError('Error: invalid I2C node address %s', addr)121 raise I2cError('Error communicating to node address %s' % addr)140 raise I2cError('Error writing byte 0x%x to reg %r' % (byte, reg))161 raise I2cError('Error reading byte from reg %r' % reg)181 raise I2cError('Error writing word 0x%x to reg %r' % (word, reg))203 raise I2cError('Error reading word from reg %r' % reg)