/vl53l3cx_api

vl53l3cx api for raspberry pi

Primary LanguageCGNU General Public License v3.0GPL-3.0

VL53L0X Python interface on Raspberry Pi

Installation

# Python2
pip2 install .
# Python3
pip3 install . 

Compilation

  • To build on raspberry pi, first make sure you have the right tools and development libraries:
sudo apt-get install build-essential python-dev

Then use following commands to clone the repository and compile:

cd your_git_directory
git clone 
cd VL53L0X-python
make