We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f01c93 commit 55a938cCopy full SHA for 55a938c
LiveObjects/hal.py
@@ -252,7 +252,7 @@ def get_i2c():
252
i2c = machine.I2C(0)
253
return i2c
254
del i2c
255
- raise RuntimeError("No I2C devices found. Check I2C lines.")
+ raise RuntimeError("No I2C devices found. Check SDA and SCL lines and add respective GPIO to 'typical_gpio'.")
256
257
258
class SensorVL6180X:
0 commit comments