Skip to content

Error #10

@HawraaAloraifi

Description

@HawraaAloraifi

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions