pimoroni / vl53l1x-python

Python library for the VL53L1X Laser Ranger
https://shop.pimoroni.com/products/vl53l1x-breakout
94 stars 53 forks source link

output from tof.open() #47

Closed cjmair closed 3 years ago

cjmair commented 3 years ago

Is there any way to stop the printed output from the tof.open() function used in the example ?

Gadgetoid commented 3 years ago

These should have been long squashed, by https://github.com/pimoroni/vl53l1x-python/pull/39

How are you building/running, C/Python?

cjmair commented 3 years ago

I just installed using the pip commands in the READ.me. I have just used pip to uninstall and downloaded and built and now I no longer get any text from tof.open()

thanks

cjmair commented 3 years ago

Is it possible to get the device info, using python, that was displayed when tof.open() was used ?

Gadgetoid commented 3 years ago

Right now it's not possible, but there's no reason it couldn't be added!

cjmair commented 3 years ago

Thanks