SGP30 with micropython and a Raspberry Pi Pico - OSError: [Errno 5] EIO #10666
-
|
Hello! Entire error: Here is the code I am using: And this is the library code from adafruit: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
A note about code formatting: please enclose the code in lines with three backticks ```, not only one. |
Beta Was this translation helpful? Give feedback.
OSError: [Errno 5] EIOtells you that the I2C device is not responding. Something broke in the communication.A note about code formatting: please enclose the code in lines with three backticks ```, not only one.