Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 713 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 713 Bytes

VL53L0X Range Sensor Build Status

This is the MakeCode package for the VL53L0X Time-of-Flight Ranging Sensor.

Hardware Setup

  1. Connect SCL, SDA to the breakout board's I2C pins.
  2. Connect VCC, GND to the respective pins on the breakout board.

Blocks

Initialise sensor

Initialises the ToF Ranging Sensor.

Rangefinder.init()

This block must be placed before the distance block.

Distance

Returns the distance measured by the range finder in millimeters.

Rangefinder.distance()

License

MIT

Supported targets

  • for PXT/microbit