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

Class SensorError

Software/Python/gopigo3.py:65–66  ·  view source on GitHub ↗

Exception raised if a sensor is not yet configured when trying to read it

Source from the content-addressed store, hash-verified

63
64
65class SensorError(Exception):
66 """Exception raised if a sensor is not yet configured when trying to read it"""
67
68
69class I2CError(Exception):

Callers 1

get_grove_valueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected