Skip to content

haum/micropython-vl53l3cx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micropython-vl53l3cx

A translation into micropython of the VL53L3CX_ULP driver from ST

Note: does not work that much with our copies, although the code seems to be a correct transcription

Install library

With mpremote

mpremote mip install github:haum/micropython-vl53l3cx

With mip

import mip
mip.install('github:haum/micropython-vl53l3cx')

Import library

import vl53l3cx

Simple usage

See examples directory

About

Micropython driver for VL53L3CX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages