mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 05:11:57 +00:00
In order to ease the usage of its sensors, STMicroelectronics provides some generic libraries. The first sensor to use that is vl53l0x time of flight sensor. I have made the implementation generic enough to add some more libraries in the future. All the libraries will be located in ext/hal/st/lib. The vl53l0X library is made of 2 parts : * the core, that is generic to all platforms * the platform, contains the adaptation layer. This will be implemented in driver as it is Zephyr specific. Origin: ST Microelectronics License: BSD-3-Clause URL: http://www.st.com/en/embedded-software/stsw-img005.html Commit: 1.0.2 Purpose: API to ease the usage of vl53l0x sensor Maintained-by: External Signed-off-by: Vincent Veron <vincent.veron@st.com>
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
|
|
Directory contains all the official libraries provided by STMicroelectronics.
|
|
|
|
Available libs:
|
|
* sensor/vl53l0x:
|
|
allows to drive the vl53l0x sensor
|
|
full information can be found here : http://www.st.com/en/embedded-software/stsw-img005.html
|
|
* ...
|