Openlog Artemis Data logger and VL53L5CX ToF Breakout

Can the Openlog Artemis Data Logger log the results from the VL53L5CX ToF over I2C? If so, can it log the results from of six them using the I2C hub?

It won’t auto-detect that sensor by default (this one is https://www.sparkfun.com/products/14722) - but you could add it by following the instructions here https://github.com/sparkfun/OpenLog_Art … SENSORS.md to add the -4 variant to the supported sensors list

After you get that going, you can add up to 8 on one mux/hub

That gives me a path forward. Thank you.