-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels