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

TypeError: function missing 1 required positional arguments when updating BME280_I2CADDR #1

Open
LukePrior opened this issue Nov 29, 2020 · 0 comments

Comments

@LukePrior
Copy link

LukePrior commented Nov 29, 2020

I needed to change the BME280_I2CADDR from 0x77 to 0x76 however when I update the variable I get:

TypeError: function missing 1 required positional arguments

Traceback (most recent call last):
  File "main.py", line 15, in <module>
  File "/flash/lib/BME280.py", line 26, in __init__
  File "/flash/lib/BME280.py", line 32, in _load_calibration
  File "/flash/lib/Device.py", line 65, in readU16LE
  File "/flash/lib/Device.py", line 48, in readU16

Any ideas?

Thanks

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

1 participant