Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove call to i2c.start() #13

Open
dquadros opened this issue Jun 11, 2023 · 1 comment
Open

Remove call to i2c.start() #13

dquadros opened this issue Jun 11, 2023 · 1 comment

Comments

@dquadros
Copy link

As far as I can see in the docs, the start() method has always been a "primitive method" that sends a start bit and it is not needed in the context (the rest of the code uses "memory operation" methods that will send start bits as necessary).

Since v1.10 the start method is only available on software I2C, so you will get an error if you use this library with the current version of MicroPython using hardware I2C (probably the most common use).

@gitcnd
Copy link

gitcnd commented Jul 30, 2024

Use this lib - it works OK on ESP32:

https://github.com/robert-hh/BMP085_BMP180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants