New Feature: VL53L0X Distance Sensor Support!

R1BBIT just got even smarter!
We’ve added full support for the VL53L0X time-of-flight distance sensor, allowing your projects to see the world with millimeter precision.

With just a few lines of code, you can start reading distance data in real time:

VAR DIST          // Distance value in millimeters
VL53_INIT(DIST,70) // Initialize VL53L0X sensor, result stored in DIST

The sensor updates every 70 ms, giving you smooth and responsive measurements — perfect for robots, motion-activated lights, or any creative experiment that reacts to the environment.

It’s a small step in code, but a big leap for your next idea.