{"id":28999866,"url":"https://github.com/yspreen/vl53l0x-driver-pico-sdk-cpp","last_synced_at":"2026-03-05T18:38:22.224Z","repository":{"id":211309358,"uuid":"728788674","full_name":"yspreen/VL53L0X-driver-pico-sdk-cpp","owner":"yspreen","description":"VL53L0X driver for the raspberry pico sdk in cpp","archived":false,"fork":false,"pushed_at":"2025-03-21T15:10:48.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T16:25:05.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yspreen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-12-07T17:40:23.000Z","updated_at":"2025-03-21T15:10:51.000Z","dependencies_parsed_at":"2023-12-07T18:51:03.859Z","dependency_job_id":null,"html_url":"https://github.com/yspreen/VL53L0X-driver-pico-sdk-cpp","commit_stats":null,"previous_names":["yspreen/vl53l0x-driver-pico-sdk-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yspreen/VL53L0X-driver-pico-sdk-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2FVL53L0X-driver-pico-sdk-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2FVL53L0X-driver-pico-sdk-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2FVL53L0X-driver-pico-sdk-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2FVL53L0X-driver-pico-sdk-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yspreen","download_url":"https://codeload.github.com/yspreen/VL53L0X-driver-pico-sdk-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2FVL53L0X-driver-pico-sdk-cpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261832977,"owners_count":23216500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-25T08:09:14.462Z","updated_at":"2026-03-05T18:38:22.173Z","avatar_url":"https://github.com/yspreen.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VL53L0X driver for the raspberry pico sdk in cpp\n\nadapted from the arduino version @ [pololu/vl53l0x-arduino](https://github.com/pololu/vl53l0x-arduino)\n\n## Usage\n\n```cpp\n#include \"VL53L0X.h\"\n\n#define I2C_SDA 8\n#define I2C_SCL 9\n\n// ...\n\n// Initialize I2C0 at 400kHz\ni2c_init(i2c0, 400 * 1000);\ngpio_set_function(I2C_SDA, GPIO_FUNC_I2C);\ngpio_set_function(I2C_SCL, GPIO_FUNC_I2C);\ngpio_pull_up(I2C_SDA);\ngpio_pull_up(I2C_SCL);\n\n// Initialize VL53L0X sensor\nVL53L0X sensor;\nsensor.init();\nsensor.setTimeout(500);\n\n// Start continuous back-to-back mode (take readings as fast as possible)\nsensor.startContinuous();\n\n// ...\n\nprintf(\"millimeters: %d\", sensor.readRangeContinuousMillimeters());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyspreen%2Fvl53l0x-driver-pico-sdk-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyspreen%2Fvl53l0x-driver-pico-sdk-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyspreen%2Fvl53l0x-driver-pico-sdk-cpp/lists"}