Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 524 Bytes

examples.rst

File metadata and controls

17 lines (12 loc) · 524 Bytes

Simple test

Ensure your device works with this simple test.

../examples/vl53l0x_simpletest.py

Multiple VL53L0X on Same I2C Bus

Copy "../examples/vl53l0x_multiple_sensors.py" to your "CIRCUITPY" drive, then run the script with from vl53l0x_multiple_sensors import *

../examples/vl53l0x_multiple_sensors.py