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

Error #10

Open
HawraaAloraifi opened this issue Mar 2, 2021 · 0 comments
Open

Error #10

HawraaAloraifi opened this issue Mar 2, 2021 · 0 comments

Comments

@HawraaAloraifi
Copy link

Here is my code
from huskylensPythonLibrary import HuskyLensLibrary
my_Var= HuskyLensLibrary("I2C","",address=0x32)

Check if HuskyLens can recieve commands

print(my_Var.command_request_knock())

Get all the current blocks on screen

blocks=my_Var.command_request_blocks()

Print the data

print(blocks)


the Error
Traceback (most recent call last):
File "/home/pi/Desktop/project/winch.py", line 6, in
print(my_Var.command_request_knock())
AttributeError: 'HuskyLensLibrary' object has no attribute 'command_request_knock'

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