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
Unfortunately, I haven't had time to resolve this issue yet. The isConnected() method is not available, users can just comment out this section of the example code shown in the README.md file:
if mySensor.isConnected() == False:
print("The Qwiic VL53L1X device isn't connected to the system. Please check your connection", \
file=sys.stderr)
return
After installing the package, the examples all start with:
import qwiic
That doesn't seem to work.
ModuleNotFoundError: No module named 'qwiic'
The main github page shows:
import qwiic_vl53l1x
And that code errors:
AttributeError: 'QwiicVL53L1X' object has no attribute 'isConnected'
The text was updated successfully, but these errors were encountered: