Home | History | Annotate | Download | only in common_lib

Lines Matching refs:PcaError

62 class PcaError(Exception):
73 PcaError: if error initializing PCA9555 module.
82 except PcaError, e:
83 raise PcaError('Error initializing PCA9555: %s' % e)
104 except PcaError, e:
118 PcaError: if bit value is out of range.
122 raise PcaError('Error: bit_value out of range [0, 15]')
148 except PcaError, e:
201 except PcaError, e:
221 except PcaError, e:
251 except PcaError, e: