pimoroni / vl53l1x-python

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

Can this be used with MicroPython? #57

Closed ciobania closed 1 year ago

ciobania commented 1 year ago

Hello,

I've been looking for a library that handles Vl53L1X in MicroPython, but for some reason there doesn't seem to be existing one.

Can this be converted to MicroPython/ Can I compile for MicroPython? I've seen no mentions in the repo, or issues, hence I'm asking this here.

Thank you.

ciobania commented 1 year ago

Found a working example here that I was able to convert to MPY.

Thank you