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
>>> import pi_shiftreg >>> pi_shiftreg.set_state(1, False) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/pi/.local/lib/python3.5/site-packages/pi_shiftreg/__init__.py", line 95, in set_state assert idx < len(_current_state) AssertionError
Of course, init_state wasn't called; errors like these are not clear though.
init_state
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Of course,
init_state
wasn't called; errors like these are not clear though.The text was updated successfully, but these errors were encountered: