2021-10-23 17:24:06 索煒達電子 890
項目編號:E1701
文件大?。?.9M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
該芯片為最小的激光測距芯片,低功耗、測量快,包括中文的說明文檔及原廠的API資料(英文),供參考。
目錄│文件列表:
│ en.DM00279088.pdf
│ en.DM00484327.pdf
│ stsw-img005.pdf
│ VL53L0X中文資料(20190120172736).pdf
└ VL53L0X_1.0.2
│ Release_Notes.html
├ Api
│ ├ core
│ │ ├ inc
│ │ │ │ vl53l0x_api.h
│ │ │ │ vl53l0x_api_calibration.h
│ │ │ │ vl53l0x_api_core.h
│ │ │ │ vl53l0x_api_ranging.h
│ │ │ │ vl53l0x_api_strings.h
│ │ │ │ vl53l0x_def.h
│ │ │ │ vl53l0x_device.h
│ │ │ │ vl53l0x_interrupt_threshold_settings.h
│ │ │ └ vl53l0x_tuning.h
│ │ └ src
│ │ │ vl53l0x_api.c
│ │ │ vl53l0x_api_calibration.c
│ │ │ vl53l0x_api_core.c
│ │ │ vl53l0x_api_ranging.c
│ │ └ vl53l0x_api_strings.c
│ └ platform
│ ├ inc
│ │ │ vl53l0x_i2c_platform.h
│ │ │ vl53l0x_platform.h
│ │ │ vl53l0x_platform_log.h
│ │ └ vl53l0x_types.h
│ └ src
│ │ vl53l0x_i2c_win_serial_comms.c
│ │ vl53l0x_platform.c
│ └ vl53l0x_platform_log.c
├ ApiExample
│ │ BUILD_vl53l0x_API_LIB_WIN32.bat
│ ├ examples
│ │ │ BUILD_vl53l0x_ContinuousRanging_Example.bat
│ │ │ BUILD_vl53l0x_SingleRanging_Example.bat
│ │ │ BUILD_vl53l0x_SingleRanging_High_Accuracy_Example.bat
│ │ │ BUILD_vl53l0x_SingleRanging_High_Speed_Example.bat
│ │ │ BUILD_vl53l0x_SingleRanging_Long_Range_Example.bat
│ │ │ get_nucleo_serial_comm.h
│ │ │ required_version.h
│ │ │ SERIAL_COMMS.dll
│ │ │ vl53l0x_ContinuousRanging_Example.exe
│ │ │ vl53l0x_SingleRanging_Example.exe
│ │ │ vl53l0x_SingleRanging_High_Accuracy_Example.exe
│ │ │ vl53l0x_SingleRanging_High_Speed_Example.exe
│ │ │ vl53l0x_SingleRanging_Long_Range_Example.exe
│ │ └ src
│ │ │ get_nucleo_serial_comm.c
│ │ │ vl53l0x_ContinuousRanging_Example.c
│ │ │ vl53l0x_SingleRanging_Example.c
│ │ │ vl53l0x_SingleRanging_High_Accuracy_Example.c
│ │ │ vl53l0x_SingleRanging_High_Speed_Example.c
│ │ └ vl53l0x_SingleRanging_Long_Range_Example.c
│ ├ Firmware
│ │ └ VL53L0_UBSerComm_460800_F401.bin
│ └ serial_comms_includes
│ ├ bin
│ │ └ Win32
│ │ │ SERIAL_COMMS.dll
│ │ │ SERIAL_COMMS.lib
│ │ └ temp
│ │ └ SERIAL_COMMS.dll
│ └ include
│ │ ccsdk_types.h
│ │ comms_platform.h
│ └ SERIAL_COMMS.h
├ doc
│ │ HOWTO_run_nucleo_examples.txt
│ │ VL53L0X_API_v1.0.2.4823_externalx.chm
│ └ VL53L0X_API_v1.0.2.4823_externalx.pdf
└ LinuxDriverMassMarket_1.0.6
│ README.txt
│ release_notes.txt
└ kernel
├ drivers
│ └ input
│ └ misc
│ └ vl53L0X
│ │ Makefile
│ │ stmvl53l0x-cci.h
│ │ stmvl53l0x-i2c.h
│ │ stmvl53l0x.h
│ │ stmvl53l0x_module-cci.c
│ │ stmvl53l0x_module-i2c.c
│ │ stmvl53l0x_module.c
│ ├ inc
│ │ │ vl53l0x_api.h
│ │ │ vl53l0x_api_calibration.h
│ │ │ vl53l0x_api_core.h
│ │ │ vl53l0x_api_ranging.h
│ │ │ vl53l0x_api_strings.h
│ │ │ vl53l0x_def.h
│ │ │ vl53l0x_device.h
│ │ │ vl53l0x_i2c_platform.h
│ │ │ vl53l0x_interrupt_threshold_settings.h
│ │ │ vl53l0x_platform.h
│ │ │ vl53l0x_platform_log.h
│ │ │ vl53l0x_tuning.h
│ │ └ vl53l0x_types.h
│ └ src
│ │ vl53l0x_api.c
│ │ vl53l0x_api_calibration.c
│ │ vl53l0x_api_core.c
│ │ vl53l0x_api_ranging.c
│ │ vl53l0x_api_strings.c
│ │ vl53l0x_i2c_platform.c
│ │ vl53l0x_platform.c
│ └ vl53l0x_port_i2c.c
└ vl53l0x_test
│ Android.mk
│ vl53l0x_def.h
│ vl53l0x_device.h
│ vl53l0x_parameter.c
│ vl53l0x_reg.c
│ vl53l0x_test.c
└ vl53l0x_types.h