From c83475d09daf6cf0e52b1431cf9d499068a45880 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Wed, 6 Mar 2019 17:49:37 +0100 Subject: [PATCH] docs: add VL53L1X to list of supported devices Signed-off-by: Ron Evans --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bbd34f..4a475d1 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ func main() { | [MAG3110 magnetometer](https://www.nxp.com/docs/en/data-sheet/MAG3110.pdf) | I2C | | [MMA8653 accelerometer](https://www.nxp.com/docs/en/data-sheet/MMA8653FC.pdf) | I2C | | [MPU6050 accelerometer/gyroscope](https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf) | I2C | +| [VL53L1X time-of-flight distance sensor](https://www.st.com/resource/en/datasheet/vl53l1x.pdf) | I2C | | [WS2812 RGB LED](https://cdn-shop.adafruit.com/datasheets/WS2812.pdf) | GPIO | ## Contributing