MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / I2CError

Class I2CError

Software/Python/gopigo3.py:69–70  ·  view source on GitHub ↗

Exception raised if there was an error on an I2C bus

Source from the content-addressed store, hash-verified

67
68
69class I2CError(Exception):
70 """Exception raised if there was an error on an I2C bus"""
71
72
73class ValueError(Exception):

Callers 2

grove_i2c_startMethod · 0.85
get_grove_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected