adafruit / Adafruit_CircuitPython_SCD30

Helper library for the SCD30 e-CO2 sensor
MIT License
15 stars 10 forks source link

Slowdown i2c #19

Closed ladyada closed 3 years ago

ladyada commented 3 years ago

clean example slow down i2c default for finicky controllers crc check register read

fixes https://github.com/adafruit/Adafruit_CircuitPython_SCD30/issues/18 resolves https://github.com/adafruit/Adafruit_CircuitPython_SCD30/issues/13 (even tho it doesnt matter)

github-actions[bot] commented 3 years ago

👋 Thanks for this pull request! Unfortunately, it looks like the automated continuous integration (CI) test(s) failed. These can be tricky to fix so we've written a guide on how to fix them locally. It has pages about running pre-commit locally and another about building the docs locally with sphinx. Thanks for contributing to CircuitPython! If you have more questions, feel free to join the Adafruit Discord and post in #circuitpython-dev.

caternuson commented 3 years ago

Looks good. Tested with both MCP2221 and FT232H.