We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I’m getting
Traceback (most recent call last): File "/usr/src/app/grovetemp.py", line 28, in <module> temp = upm.Temperature(0) File "/usr/local/lib/python2.7/site-packages/upm/pyupm_temperature.py", line 106, in __init__ this = _pyupm_temperature.new_Temperature(pin, scale, r0, b) UPM Invalid Argument: Temperature: mraa_aio_init() failed, invalid pin?
even though I have:
from upm import pyupm_temperature as upm temp = upm.Temperature(0)
in temperature.py and I’ve connected the sensor to A0. What might be going on?
The text was updated successfully, but these errors were encountered:
The board is an Intel Edison Arduino with the Grove Temperature v1.1 sensor.
Sorry, something went wrong.
The Intel Edison board is running balena OS.
No branches or pull requests
I’m getting
even though I have:
in temperature.py and I’ve connected the sensor to A0.
What might be going on?
The text was updated successfully, but these errors were encountered: