You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: