Naophis / ESP32_VL53L0X

C++ VL53L0X driver as an ESP-IDF component and PlatformIO library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32_VL53L0X

C++ VL53L0X driver as an ESP-IDF component

Dependency

Example

git clone https://github.com/kerikun11/ESP32_VL53L0X.git
cd ESP32_VL53L0X/examples/polling
idf.py build flash monitor

or open examples/polling directory with PlatformIO IDE

API using

STMicroelectronics official VL53L0X API

  • core
  • platform

About

C++ VL53L0X driver as an ESP-IDF component and PlatformIO library

License:MIT License


Languages

Language:C 97.4%Language:C++ 2.4%Language:CMake 0.1%Language:Makefile 0.0%