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
on giving command sudo python MyServer.py
get output as
Traceback (most recent call last): File "MyServer.py", line 119, in bus.write_byte(address, 0xff) File "/usr/local/lib/python2.7/dist-packages/smbus_cffi-0.5.1-py2.7-linux-armv7l.egg/smbus/util.py", line 59, in validator return fn(*args, **kwdefaults) File "/usr/local/lib/python2.7/dist-packages/smbus_cffi-0.5.1-py2.7-linux-armv7l.egg/smbus/smbus.py", line 121, in write_byte raise IOError(ffi.errno) IOError: 121
The text was updated successfully, but these errors were encountered:
No branches or pull requests
on giving command sudo python MyServer.py
get output as
Traceback (most recent call last):
File "MyServer.py", line 119, in
bus.write_byte(address, 0xff)
File "/usr/local/lib/python2.7/dist-packages/smbus_cffi-0.5.1-py2.7-linux-armv7l.egg/smbus/util.py", line 59, in validator
return fn(*args, **kwdefaults)
File "/usr/local/lib/python2.7/dist-packages/smbus_cffi-0.5.1-py2.7-linux-armv7l.egg/smbus/smbus.py", line 121, in write_byte
raise IOError(ffi.errno)
IOError: 121
The text was updated successfully, but these errors were encountered: